Html Css Color HEX #53EEDF Turquoise

📋 copy color: '#53EEDF'

red 83 ◦ green 238 ◦ blue 223

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

Shades of Turquoise #53EEDF

Tints of Turquoise #53EEDF

RGB

 RED value IS 83 (32.81% from 255) = 15.26%

 GREEN value IS 238 (93.36% from 255) = 43.75%

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

R = 15.26%
G = 43.75%
B = 40.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#53EEDF (or 0x53EEDF) is known color: Turquoise. HEX triplet: 53, EE and DF. RGB value is (83,238,223). Sum of RGB (Red+Green+Blue) = 83+238+223=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEDF is #AC1120. Grayscale: #BDBDBD. Windows color (decimal): -11276577 or 14675539. OLE color: 14675539.

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

Color convert

RGB 83 238 223 -
CMYK 0.65 0 0.06 0.07
HSL 174.19º 0.82% 0.63% -
HSV(B) 174.19º 0.65% 0.93% -
XYZ 47.46 68.32 80.5 -
YUV 189.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 83 238 223 0.65 0 0.06 0.07 174.19 0.82 0.63
Hex 53 EE DF 41 0 6 7 AE 52 3F
Octal 123 356 337 101 0 6 7 256 122 77
Binary 1010011 11101110 11011111 1000001 0 110 111 10101110 1010010 111111

Color Harmonies of #53EEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEDF

Black with #53EEDF

Text Example


Text Example

White with #53EEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53EEDF; }

 p { color: rgb(83,238,223); }

 H1.HeaderClassName
 {
   color: #53EEDF;
 }
 .AnyTagClassName
 {
   color: #53EEDF;
 }
</style>

background-color css

<style>
 a { background-color: #53EEDF; }

 a { background-color: rgb(83,238,223); }

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

border-color css

<style>
 span { border-color: #53EEDF; }

 span { border-color: rgb(83,238,223); }

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