Html Css Color HEX #52EBDF Turquoise

📋 copy color: '#52EBDF'

red 82 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #52EBDF

Tints of Turquoise #52EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

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

R = 15.19%
G = 43.52%
B = 41.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#52EBDF (or 0x52EBDF) is known color: Turquoise. HEX triplet: 52, EB and DF. RGB value is (82,235,223). Sum of RGB (Red+Green+Blue) = 82+235+223=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBDF is #AD1420. Grayscale: #BBBBBB. Windows color (decimal): -11342881 or 14674770. OLE color: 14674770.

HSL color Cylindrical-coordinate representation of color #52EBDF: hue angle of 175.29º degrees, saturation: 0.79, 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 #52EBDF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 223 -
CMYK 0.65 0 0.05 0.08
HSL 175.29º 0.79% 0.62% -
HSV(B) 175.29º 0.65% 0.92% -
XYZ 46.51 66.54 80.2 -
YUV 187.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 82 235 223 0.65 0 0.05 0.08 175.29 0.79 0.62
Hex 52 EB DF 41 0 5 8 AF 4F 3E
Octal 122 353 337 101 0 5 10 257 117 76
Binary 1010010 11101011 11011111 1000001 0 101 1000 10101111 1001111 111110

Color Harmonies of #52EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EBDF

Black with #52EBDF

Text Example


Text Example

White with #52EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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