Html Css Color HEX #52D0EE Turquoise Blue

📋 copy color: '#52D0EE'

red 82 ◦ green 208 ◦ blue 238

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

Shades of Turquoise Blue #52D0EE

Tints of Turquoise Blue #52D0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 15.53%
G = 39.39%
B = 45.08%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52D0EE (or 0x52D0EE) is known color: Turquoise Blue. HEX triplet: 52, D0 and EE. RGB value is (82,208,238). Sum of RGB (Red+Green+Blue) = 82+208+238=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #52D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D0EE is #AD2F11. Grayscale: #ADADAD. Windows color (decimal): -11349778 or 15650898. OLE color: 15650898.

HSL color Cylindrical-coordinate representation of color #52D0EE: hue angle of 191.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D0EE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 208 238 -
CMYK 0.66 0.13 0 0.07
HSL 191.54º 0.82% 0.63% -
HSV(B) 191.54º 0.66% 0.93% -
XYZ 41.47 53.08 88.95 -
YUV 173.75 164.26 62.56 -
System Red Green Blue C M Y K H S L
Decimal 82 208 238 0.66 0.13 0 0.07 191.54 0.82 0.63
Hex 52 D0 EE 42 D 0 7 C0 52 3F
Octal 122 320 356 102 15 0 7 300 122 77
Binary 1010010 11010000 11101110 1000010 1101 0 111 11000000 1010010 111111

Color Harmonies of #52D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D0EE

Black with #52D0EE

Text Example


Text Example

White with #52D0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,238); }

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

background-color css

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

 a { background-color: rgb(82,208,238); }

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

border-color css

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

 span { border-color: rgb(82,208,238); }

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