Html Css Color HEX #52CCEC Turquoise Blue

📋 copy color: '#52CCEC'

red 82 ◦ green 204 ◦ blue 236

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

Shades of Turquoise Blue #52CCEC

Tints of Turquoise Blue #52CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 15.71%
G = 39.08%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52CCEC (or 0x52CCEC) is known color: Turquoise Blue. HEX triplet: 52, CC and EC. RGB value is (82,204,236). Sum of RGB (Red+Green+Blue) = 82+204+236=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #52CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCEC is #AD3313. Grayscale: #AAAAAA. Windows color (decimal): -11350804 or 15518802. OLE color: 15518802.

HSL color Cylindrical-coordinate representation of color #52CCEC: hue angle of 192.47º 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 #52CCEC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 204 236 -
CMYK 0.65 0.14 0 0.07
HSL 192.47º 0.8% 0.62% -
HSV(B) 192.47º 0.65% 0.93% -
XYZ 40.21 51.04 87.09 -
YUV 171.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 82 204 236 0.65 0.14 0 0.07 192.47 0.8 0.62
Hex 52 CC EC 41 E 0 7 C0 50 3E
Octal 122 314 354 101 16 0 7 300 120 76
Binary 1010010 11001100 11101100 1000001 1110 0 111 11000000 1010000 111110

Color Harmonies of #52CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCEC

Black with #52CCEC

Text Example


Text Example

White with #52CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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