Html Css Color HEX #52CCE9 Turquoise Blue

📋 copy color: '#52CCE9'

red 82 ◦ green 204 ◦ blue 233

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

Shades of Turquoise Blue #52CCE9

Tints of Turquoise Blue #52CCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.89%

R = 15.8%
G = 39.31%
B = 44.89%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52CCE9 (or 0x52CCE9) is known color: Turquoise Blue. HEX triplet: 52, CC and E9. RGB value is (82,204,233). Sum of RGB (Red+Green+Blue) = 82+204+233=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #52CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCE9 is #AD3316. Grayscale: #AAAAAA. Windows color (decimal): -11350807 or 15322194. OLE color: 15322194.

HSL color Cylindrical-coordinate representation of color #52CCE9: hue angle of 191.52º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CCE9 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 204 233 -
CMYK 0.65 0.12 0 0.09
HSL 191.52º 0.77% 0.62% -
HSV(B) 191.52º 0.65% 0.91% -
XYZ 39.78 50.86 84.81 -
YUV 170.83 163.08 64.64 -
System Red Green Blue C M Y K H S L
Decimal 82 204 233 0.65 0.12 0 0.09 191.52 0.77 0.62
Hex 52 CC E9 41 C 0 9 C0 4D 3E
Octal 122 314 351 101 14 0 11 300 115 76
Binary 1010010 11001100 11101001 1000001 1100 0 1001 11000000 1001101 111110

Color Harmonies of #52CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCE9

Black with #52CCE9

Text Example


Text Example

White with #52CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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