Html Css Color HEX #53D7EE Turquoise Blue

📋 copy color: '#53D7EE'

red 83 ◦ green 215 ◦ blue 238

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

Shades of Turquoise Blue #53D7EE

Tints of Turquoise Blue #53D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 15.49%
G = 40.11%
B = 44.4%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53D7EE (or 0x53D7EE) is known color: Turquoise Blue. HEX triplet: 53, D7 and EE. RGB value is (83,215,238). Sum of RGB (Red+Green+Blue) = 83+215+238=536 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.49% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #53D7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D7EE is #AC2811. Grayscale: #B1B1B1. Windows color (decimal): -11282450 or 15652691. OLE color: 15652691.

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

Color convert

RGB 83 215 238 -
CMYK 0.65 0.10 0 0.07
HSL 188.9º 0.82% 0.63% -
HSV(B) 188.9º 0.65% 0.93% -
XYZ 43.3 56.61 89.53 -
YUV 178.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 83 215 238 0.65 0.10 0 0.07 188.9 0.82 0.63
Hex 53 D7 EE 41 A 0 7 BD 52 3F
Octal 123 327 356 101 12 0 7 275 122 77
Binary 1010011 11010111 11101110 1000001 1010 0 111 10111101 1010010 111111

Color Harmonies of #53D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D7EE

Black with #53D7EE

Text Example


Text Example

White with #53D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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