Html Css Color HEX #53DCEF Turquoise Blue

📋 copy color: '#53DCEF'

red 83 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #53DCEF

Tints of Turquoise Blue #53DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 15.31%
G = 40.59%
B = 44.1%

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

#53DCEF (or 0x53DCEF) is known color: Turquoise Blue. HEX triplet: 53, DC and EF. RGB value is (83,220,239). Sum of RGB (Red+Green+Blue) = 83+220+239=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #53DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCEF is #AC2310. Grayscale: #B4B4B4. Windows color (decimal): -11281169 or 15719507. OLE color: 15719507.

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

Color convert

RGB 83 220 239 -
CMYK 0.65 0.08 0 0.06
HSL 187.31º 0.83% 0.63% -
HSV(B) 187.31º 0.65% 0.94% -
XYZ 44.74 59.26 90.74 -
YUV 181.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 83 220 239 0.65 0.08 0 0.06 187.31 0.83 0.63
Hex 53 DC EF 41 8 0 6 BB 53 3F
Octal 123 334 357 101 10 0 6 273 123 77
Binary 1010011 11011100 11101111 1000001 1000 0 110 10111011 1010011 111111

Color Harmonies of #53DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCEF

Black with #53DCEF

Text Example


Text Example

White with #53DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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