Html Css Color HEX #52D6EA Turquoise Blue

📋 copy color: '#52D6EA'

red 82 ◦ green 214 ◦ blue 234

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

Shades of Turquoise Blue #52D6EA

Tints of Turquoise Blue #52D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 15.47%
G = 40.38%
B = 44.15%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52D6EA (or 0x52D6EA) is known color: Turquoise Blue. HEX triplet: 52, D6 and EA. RGB value is (82,214,234). Sum of RGB (Red+Green+Blue) = 82+214+234=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #52D6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D6EA is #AD2915. Grayscale: #B0B0B0. Windows color (decimal): -11348246 or 15390290. OLE color: 15390290.

HSL color Cylindrical-coordinate representation of color #52D6EA: hue angle of 187.89º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52D6EA is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 214 234 -
CMYK 0.65 0.09 0 0.08
HSL 187.89º 0.78% 0.62% -
HSV(B) 187.89º 0.65% 0.92% -
XYZ 42.38 55.83 86.38 -
YUV 176.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 82 214 234 0.65 0.09 0 0.08 187.89 0.78 0.62
Hex 52 D6 EA 41 9 0 8 BC 4E 3E
Octal 122 326 352 101 11 0 10 274 116 76
Binary 1010010 11010110 11101010 1000001 1001 0 1000 10111100 1001110 111110

Color Harmonies of #52D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D6EA

Black with #52D6EA

Text Example


Text Example

White with #52D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,234); }

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

background-color css

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

 a { background-color: rgb(82,214,234); }

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

border-color css

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

 span { border-color: rgb(82,214,234); }

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