Html Css Color HEX #52DFEC Turquoise Blue

📋 copy color: '#52DFEC'

red 82 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #52DFEC

Tints of Turquoise Blue #52DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 15.16%
G = 41.22%
B = 43.62%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52DFEC (or 0x52DFEC) is known color: Turquoise Blue. HEX triplet: 52, DF and EC. RGB value is (82,223,236). Sum of RGB (Red+Green+Blue) = 82+223+236=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #52DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DFEC is #AD2013. Grayscale: #B6B6B6. Windows color (decimal): -11345940 or 15523666. OLE color: 15523666.

HSL color Cylindrical-coordinate representation of color #52DFEC: hue angle of 185.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DFEC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 223 236 -
CMYK 0.65 0.06 0 0.07
HSL 185.06º 0.8% 0.62% -
HSV(B) 185.06º 0.65% 0.93% -
XYZ 45.01 60.63 88.69 -
YUV 182.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 82 223 236 0.65 0.06 0 0.07 185.06 0.8 0.62
Hex 52 DF EC 41 6 0 7 B9 50 3E
Octal 122 337 354 101 6 0 7 271 120 76
Binary 1010010 11011111 11101100 1000001 110 0 111 10111001 1010000 111110

Color Harmonies of #52DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFEC

Black with #52DFEC

Text Example


Text Example

White with #52DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,236); }

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

background-color css

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

 a { background-color: rgb(82,223,236); }

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

border-color css

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

 span { border-color: rgb(82,223,236); }

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