Html Css Color HEX #52D9E9 Turquoise Blue

📋 copy color: '#52D9E9'

red 82 ◦ green 217 ◦ blue 233

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

Shades of Turquoise Blue #52D9E9

Tints of Turquoise Blue #52D9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.79%

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

R = 15.41%
G = 40.79%
B = 43.8%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52D9E9 (or 0x52D9E9) is known color: Turquoise Blue. HEX triplet: 52, D9 and E9. RGB value is (82,217,233). Sum of RGB (Red+Green+Blue) = 82+217+233=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #52D9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D9E9 is #AD2616. Grayscale: #B2B2B2. Windows color (decimal): -11347479 or 15325522. OLE color: 15325522.

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

Color convert

RGB 82 217 233 -
CMYK 0.65 0.07 0 0.09
HSL 186.36º 0.77% 0.62% -
HSV(B) 186.36º 0.65% 0.91% -
XYZ 43 57.3 85.88 -
YUV 178.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 82 217 233 0.65 0.07 0 0.09 186.36 0.77 0.62
Hex 52 D9 E9 41 7 0 9 BA 4D 3E
Octal 122 331 351 101 7 0 11 272 115 76
Binary 1010010 11011001 11101001 1000001 111 0 1001 10111010 1001101 111110

Color Harmonies of #52D9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D9E9

Black with #52D9E9

Text Example


Text Example

White with #52D9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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