Html Css Color HEX #52CBE8 Turquoise Blue

📋 copy color: '#52CBE8'

red 82 ◦ green 203 ◦ blue 232

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

Shades of Turquoise Blue #52CBE8

Tints of Turquoise Blue #52CBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 15.86%
G = 39.26%
B = 44.87%

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

#52CBE8 (or 0x52CBE8) is known color: Turquoise Blue. HEX triplet: 52, CB and E8. RGB value is (82,203,232). Sum of RGB (Red+Green+Blue) = 82+203+232=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #52CBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBE8 is #AD3417. Grayscale: #A9A9A9. Windows color (decimal): -11351064 or 15256402. OLE color: 15256402.

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

Color convert

RGB 82 203 232 -
CMYK 0.65 0.12 0 0.09
HSL 191.6º 0.77% 0.62% -
HSV(B) 191.6º 0.65% 0.91% -
XYZ 39.4 50.33 83.98 -
YUV 170.13 162.91 65.14 -
System Red Green Blue C M Y K H S L
Decimal 82 203 232 0.65 0.12 0 0.09 191.6 0.77 0.62
Hex 52 CB E8 41 C 0 9 C0 4D 3E
Octal 122 313 350 101 14 0 11 300 115 76
Binary 1010010 11001011 11101000 1000001 1100 0 1001 11000000 1001101 111110

Color Harmonies of #52CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBE8

Black with #52CBE8

Text Example


Text Example

White with #52CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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