Html Css Color HEX #52F1CC Turquoise

📋 copy color: '#52F1CC'

red 82 ◦ green 241 ◦ blue 204

#52F1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #52F1CC

Tints of Turquoise #52F1CC

RGB

 RED value IS 82 (32.42% from 255) = 15.56%

 GREEN value IS 241 (94.53% from 255) = 45.73%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 15.56%
G = 45.73%
B = 38.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52F1CC (or 0x52F1CC) is known color: Turquoise. HEX triplet: 52, F1 and CC. RGB value is (82,241,204). Sum of RGB (Red+Green+Blue) = 82+241+204=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1CC is #AD0E33. Grayscale: #BDBDBD. Windows color (decimal): -11341364 or 13431122. OLE color: 13431122.

HSL color Cylindrical-coordinate representation of color #52F1CC: hue angle of 166.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1CC is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 204 -
CMYK 0.66 0 0.15 0.05
HSL 166.04º 0.85% 0.63% -
HSV(B) 166.04º 0.66% 0.95% -
XYZ 45.83 69.06 68.04 -
YUV 189.24 136.32 51.51 -
System Red Green Blue C M Y K H S L
Decimal 82 241 204 0.66 0 0.15 0.05 166.04 0.85 0.63
Hex 52 F1 CC 42 0 F 5 A6 55 3F
Octal 122 361 314 102 0 17 5 246 125 77
Binary 1010010 11110001 11001100 1000010 0 1111 101 10100110 1010101 111111

Color Harmonies of #52F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1CC

Black with #52F1CC

Text Example


Text Example

White with #52F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F1CC; }

 p { color: rgb(82,241,204); }

 H1.HeaderClassName
 {
   color: #52F1CC;
 }
 .AnyTagClassName
 {
   color: #52F1CC;
 }
</style>

background-color css

<style>
 a { background-color: #52F1CC; }

 a { background-color: rgb(82,241,204); }

 div.DivClassName
 {
   background-color: #52F1CC;
 }
 .BgClassName
 {
   background-color: #52F1CC;
 }
</style>

border-color css

<style>
 span { border-color: #52F1CC; }

 span { border-color: rgb(82,241,204); }

 td.TdClassName
 {
   border-color: #52F1CC;
 }
 .TagClassName
 {
   border-color: #52F1CC;
 }
</style>