Html Css Color HEX #52CDEC Turquoise Blue

📋 copy color: '#52CDEC'

red 82 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #52CDEC

Tints of Turquoise Blue #52CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

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

R = 15.68%
G = 39.2%
B = 45.12%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52CDEC (or 0x52CDEC) is known color: Turquoise Blue. HEX triplet: 52, CD and EC. RGB value is (82,205,236). Sum of RGB (Red+Green+Blue) = 82+205+236=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #52CDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDEC is #AD3213. Grayscale: #ABABAB. Windows color (decimal): -11350548 or 15519058. OLE color: 15519058.

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

Color convert

RGB 82 205 236 -
CMYK 0.65 0.13 0 0.07
HSL 192.08º 0.8% 0.62% -
HSV(B) 192.08º 0.65% 0.93% -
XYZ 40.45 51.51 87.17 -
YUV 171.76 164.25 63.98 -
System Red Green Blue C M Y K H S L
Decimal 82 205 236 0.65 0.13 0 0.07 192.08 0.8 0.62
Hex 52 CD EC 41 D 0 7 C0 50 3E
Octal 122 315 354 101 15 0 7 300 120 76
Binary 1010010 11001101 11101100 1000001 1101 0 111 11000000 1010000 111110

Color Harmonies of #52CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDEC

Black with #52CDEC

Text Example


Text Example

White with #52CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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