Html Css Color HEX #52F1CE Turquoise

📋 copy color: '#52F1CE'

red 82 ◦ green 241 ◦ blue 206

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

Shades of Turquoise #52F1CE

Tints of Turquoise #52F1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 15.5%
G = 45.56%
B = 38.94%

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

#52F1CE (or 0x52F1CE) is known color: Turquoise. HEX triplet: 52, F1 and CE. RGB value is (82,241,206). Sum of RGB (Red+Green+Blue) = 82+241+206=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1CE is #AD0E31. Grayscale: #BDBDBD. Windows color (decimal): -11341362 or 13562194. OLE color: 13562194.

HSL color Cylindrical-coordinate representation of color #52F1CE: hue angle of 166.79º 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 #52F1CE is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 206 -
CMYK 0.66 0 0.15 0.05
HSL 166.79º 0.85% 0.63% -
HSV(B) 166.79º 0.66% 0.95% -
XYZ 46.08 69.16 69.31 -
YUV 189.47 137.32 51.35 -
System Red Green Blue C M Y K H S L
Decimal 82 241 206 0.66 0 0.15 0.05 166.79 0.85 0.63
Hex 52 F1 CE 42 0 F 5 A7 55 3F
Octal 122 361 316 102 0 17 5 247 125 77
Binary 1010010 11110001 11001110 1000010 0 1111 101 10100111 1010101 111111

Color Harmonies of #52F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1CE

Black with #52F1CE

Text Example


Text Example

White with #52F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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