Html Css Color HEX #53EEED Turquoise Blue

📋 copy color: '#53EEED'

red 83 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #53EEED

Tints of Turquoise Blue #53EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 14.87%
G = 42.65%
B = 42.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#53EEED (or 0x53EEED) is known color: Turquoise Blue. HEX triplet: 53, EE and ED. RGB value is (83,238,237). Sum of RGB (Red+Green+Blue) = 83+238+237=558 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.87% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEED is #AC1112. Grayscale: #BFBFBF. Windows color (decimal): -11276563 or 15593043. OLE color: 15593043.

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

Color convert

RGB 83 238 237 -
CMYK 0.65 0 0.00 0.07
HSL 179.61º 0.82% 0.63% -
HSV(B) 179.61º 0.65% 0.93% -
XYZ 49.43 69.1 90.85 -
YUV 191.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 83 238 237 0.65 0 0.00 0.07 179.61 0.82 0.63
Hex 53 EE ED 41 0 0 7 B4 52 3F
Octal 123 356 355 101 0 0 7 264 122 77
Binary 1010011 11101110 11101101 1000001 0 0 111 10110100 1010010 111111

Color Harmonies of #53EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEED

Black with #53EEED

Text Example


Text Example

White with #53EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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