Html Css Color HEX #53DBEF Turquoise Blue

📋 copy color: '#53DBEF'

red 83 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #53DBEF

Tints of Turquoise Blue #53DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 15.34%
G = 40.48%
B = 44.18%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53DBEF (or 0x53DBEF) is known color: Turquoise Blue. HEX triplet: 53, DB and EF. RGB value is (83,219,239). Sum of RGB (Red+Green+Blue) = 83+219+239=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #53DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBEF is #AC2410. Grayscale: #B4B4B4. Windows color (decimal): -11281425 or 15719251. OLE color: 15719251.

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

Color convert

RGB 83 219 239 -
CMYK 0.65 0.08 0 0.06
HSL 187.69º 0.83% 0.63% -
HSV(B) 187.69º 0.65% 0.94% -
XYZ 44.48 58.73 90.65 -
YUV 180.62 160.94 58.37 -
System Red Green Blue C M Y K H S L
Decimal 83 219 239 0.65 0.08 0 0.06 187.69 0.83 0.63
Hex 53 DB EF 41 8 0 6 BC 53 3F
Octal 123 333 357 101 10 0 6 274 123 77
Binary 1010011 11011011 11101111 1000001 1000 0 110 10111100 1010011 111111

Color Harmonies of #53DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBEF

Black with #53DBEF

Text Example


Text Example

White with #53DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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