Html Css Color HEX #52ECCB Turquoise

📋 copy color: '#52ECCB'

red 82 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #52ECCB

Tints of Turquoise #52ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

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

R = 15.74%
G = 45.3%
B = 38.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#52ECCB (or 0x52ECCB) is known color: Turquoise. HEX triplet: 52, EC and CB. RGB value is (82,236,203). Sum of RGB (Red+Green+Blue) = 82+236+203=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52ECCB is #AD1334. Grayscale: #BABABA. Windows color (decimal): -11342645 or 13364306. OLE color: 13364306.

HSL color Cylindrical-coordinate representation of color #52ECCB: hue angle of 167.14º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECCB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 203 -
CMYK 0.65 0 0.14 0.07
HSL 167.14º 0.8% 0.62% -
HSV(B) 167.14º 0.65% 0.93% -
XYZ 44.25 66.1 66.93 -
YUV 186.19 137.48 53.68 -
System Red Green Blue C M Y K H S L
Decimal 82 236 203 0.65 0 0.14 0.07 167.14 0.8 0.62
Hex 52 EC CB 41 0 E 7 A7 50 3E
Octal 122 354 313 101 0 16 7 247 120 76
Binary 1010010 11101100 11001011 1000001 0 1110 111 10100111 1010000 111110

Color Harmonies of #52ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECCB

Black with #52ECCB

Text Example


Text Example

White with #52ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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