Html Css Color HEX #52DCEE Turquoise Blue

📋 copy color: '#52DCEE'

red 82 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #52DCEE

Tints of Turquoise Blue #52DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 15.19%
G = 40.74%
B = 44.07%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52DCEE (or 0x52DCEE) is known color: Turquoise Blue. HEX triplet: 52, DC and EE. RGB value is (82,220,238). Sum of RGB (Red+Green+Blue) = 82+220+238=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #52DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCEE is #AD2311. Grayscale: #B4B4B4. Windows color (decimal): -11346706 or 15653970. OLE color: 15653970.

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

Color convert

RGB 82 220 238 -
CMYK 0.66 0.08 0 0.07
HSL 186.92º 0.82% 0.63% -
HSV(B) 186.92º 0.66% 0.93% -
XYZ 44.51 59.15 89.96 -
YUV 180.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 82 220 238 0.66 0.08 0 0.07 186.92 0.82 0.63
Hex 52 DC EE 42 8 0 7 BB 52 3F
Octal 122 334 356 102 10 0 7 273 122 77
Binary 1010010 11011100 11101110 1000010 1000 0 111 10111011 1010010 111111

Color Harmonies of #52DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCEE

Black with #52DCEE

Text Example


Text Example

White with #52DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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