Html Css Color HEX #52EECB Turquoise

📋 copy color: '#52EECB'

red 82 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #52EECB

Tints of Turquoise #52EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

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

R = 15.68%
G = 45.51%
B = 38.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#52EECB (or 0x52EECB) is known color: Turquoise. HEX triplet: 52, EE and CB. RGB value is (82,238,203). Sum of RGB (Red+Green+Blue) = 82+238+203=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #52EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EECB is #AD1134. Grayscale: #BBBBBB. Windows color (decimal): -11342133 or 13364818. OLE color: 13364818.

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

Color convert

RGB 82 238 203 -
CMYK 0.66 0 0.15 0.07
HSL 166.54º 0.82% 0.63% -
HSV(B) 166.54º 0.66% 0.93% -
XYZ 44.83 67.25 67.12 -
YUV 187.37 136.82 52.85 -
System Red Green Blue C M Y K H S L
Decimal 82 238 203 0.66 0 0.15 0.07 166.54 0.82 0.63
Hex 52 EE CB 42 0 F 7 A7 52 3F
Octal 122 356 313 102 0 17 7 247 122 77
Binary 1010010 11101110 11001011 1000010 0 1111 111 10100111 1010010 111111

Color Harmonies of #52EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EECB

Black with #52EECB

Text Example


Text Example

White with #52EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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