Html Css Color HEX #52DEDF Turquoise

📋 copy color: '#52DEDF'

red 82 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #52DEDF

Tints of Turquoise #52DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.13%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 15.56%
G = 42.13%
B = 42.31%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52DEDF (or 0x52DEDF) is known color: Turquoise. HEX triplet: 52, DE and DF. RGB value is (82,222,223). Sum of RGB (Red+Green+Blue) = 82+222+223=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #52DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEDF is #AD2120. Grayscale: #B4B4B4. Windows color (decimal): -11346209 or 14671442. OLE color: 14671442.

HSL color Cylindrical-coordinate representation of color #52DEDF: hue angle of 180.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DEDF is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 223 -
CMYK 0.63 0.00 0 0.13
HSL 180.43º 0.69% 0.6% -
HSV(B) 180.43º 0.63% 0.87% -
XYZ 42.92 59.36 79.01 -
YUV 180.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 82 222 223 0.63 0.00 0 0.13 180.43 0.69 0.6
Hex 52 DE DF 3F 0 0 D B4 45 3C
Octal 122 336 337 77 0 0 15 264 105 74
Binary 1010010 11011110 11011111 111111 0 0 1101 10110100 1000101 111100

Color Harmonies of #52DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEDF

Black with #52DEDF

Text Example


Text Example

White with #52DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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