Html Css Color HEX #52CDE8 Turquoise Blue

📋 copy color: '#52CDE8'

red 82 ◦ green 205 ◦ blue 232

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

Shades of Turquoise Blue #52CDE8

Tints of Turquoise Blue #52CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 15.8%
G = 39.5%
B = 44.7%

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

#52CDE8 (or 0x52CDE8) is known color: Turquoise Blue. HEX triplet: 52, CD and E8. RGB value is (82,205,232). Sum of RGB (Red+Green+Blue) = 82+205+232=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #52CDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDE8 is #AD3217. Grayscale: #ABABAB. Windows color (decimal): -11350552 or 15256914. OLE color: 15256914.

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

Color convert

RGB 82 205 232 -
CMYK 0.65 0.12 0 0.09
HSL 190.8º 0.77% 0.62% -
HSV(B) 190.8º 0.65% 0.91% -
XYZ 39.88 51.28 84.14 -
YUV 171.3 162.25 64.3 -
System Red Green Blue C M Y K H S L
Decimal 82 205 232 0.65 0.12 0 0.09 190.8 0.77 0.62
Hex 52 CD E8 41 C 0 9 BF 4D 3E
Octal 122 315 350 101 14 0 11 277 115 76
Binary 1010010 11001101 11101000 1000001 1100 0 1001 10111111 1001101 111110

Color Harmonies of #52CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDE8

Black with #52CDE8

Text Example


Text Example

White with #52CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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