Html Css Color HEX #53DBEB Turquoise Blue

📋 copy color: '#53DBEB'

red 83 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #53DBEB

Tints of Turquoise Blue #53DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 15.46%
G = 40.78%
B = 43.76%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53DBEB (or 0x53DBEB) is known color: Turquoise Blue. HEX triplet: 53, DB and EB. RGB value is (83,219,235). Sum of RGB (Red+Green+Blue) = 83+219+235=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #53DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBEB is #AC2414. Grayscale: #B3B3B3. Windows color (decimal): -11281429 or 15457107. OLE color: 15457107.

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

Color convert

RGB 83 219 235 -
CMYK 0.65 0.07 0 0.08
HSL 186.32º 0.79% 0.62% -
HSV(B) 186.32º 0.65% 0.92% -
XYZ 43.89 58.5 87.58 -
YUV 180.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 83 219 235 0.65 0.07 0 0.08 186.32 0.79 0.62
Hex 53 DB EB 41 7 0 8 BA 4F 3E
Octal 123 333 353 101 7 0 10 272 117 76
Binary 1010011 11011011 11101011 1000001 111 0 1000 10111010 1001111 111110

Color Harmonies of #53DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBEB

Black with #53DBEB

Text Example


Text Example

White with #53DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,219,235); }

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

background-color css

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

 a { background-color: rgb(83,219,235); }

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

border-color css

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

 span { border-color: rgb(83,219,235); }

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