Html Css Color HEX #52D2EF Turquoise Blue

📋 copy color: '#52D2EF'

red 82 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #52D2EF

Tints of Turquoise Blue #52D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 15.44%
G = 39.55%
B = 45.01%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52D2EF (or 0x52D2EF) is known color: Turquoise Blue. HEX triplet: 52, D2 and EF. RGB value is (82,210,239). Sum of RGB (Red+Green+Blue) = 82+210+239=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #52D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2EF is #AD2D10. Grayscale: #AEAEAE. Windows color (decimal): -11349265 or 15716946. OLE color: 15716946.

HSL color Cylindrical-coordinate representation of color #52D2EF: hue angle of 191.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D2EF is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 210 239 -
CMYK 0.66 0.12 0 0.06
HSL 191.08º 0.83% 0.63% -
HSV(B) 191.08º 0.66% 0.94% -
XYZ 42.11 54.12 89.89 -
YUV 175.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 82 210 239 0.66 0.12 0 0.06 191.08 0.83 0.63
Hex 52 D2 EF 42 C 0 6 BF 53 3F
Octal 122 322 357 102 14 0 6 277 123 77
Binary 1010010 11010010 11101111 1000010 1100 0 110 10111111 1010011 111111

Color Harmonies of #52D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D2EF

Black with #52D2EF

Text Example


Text Example

White with #52D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,239); }

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

background-color css

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

 a { background-color: rgb(82,210,239); }

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

border-color css

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

 span { border-color: rgb(82,210,239); }

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