Html Css Color HEX #52EFCB Turquoise

📋 copy color: '#52EFCB'

red 82 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #52EFCB

Tints of Turquoise #52EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 15.65%
G = 45.61%
B = 38.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#52EFCB (or 0x52EFCB) is known color: Turquoise. HEX triplet: 52, EF and CB. RGB value is (82,239,203). Sum of RGB (Red+Green+Blue) = 82+239+203=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFCB is #AD1034. Grayscale: #BBBBBB. Windows color (decimal): -11341877 or 13365074. OLE color: 13365074.

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

Color convert

RGB 82 239 203 -
CMYK 0.66 0 0.15 0.06
HSL 166.24º 0.83% 0.63% -
HSV(B) 166.24º 0.66% 0.94% -
XYZ 45.13 67.84 67.22 -
YUV 187.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 82 239 203 0.66 0 0.15 0.06 166.24 0.83 0.63
Hex 52 EF CB 42 0 F 6 A6 53 3F
Octal 122 357 313 102 0 17 6 246 123 77
Binary 1010010 11101111 11001011 1000010 0 1111 110 10100110 1010011 111111

Color Harmonies of #52EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFCB

Black with #52EFCB

Text Example


Text Example

White with #52EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,203); }

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

background-color css

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

 a { background-color: rgb(82,239,203); }

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

border-color css

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

 span { border-color: rgb(82,239,203); }

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