Html Css Color HEX #54DBEF Turquoise Blue

📋 copy color: '#54DBEF'

red 84 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #54DBEF

Tints of Turquoise Blue #54DBEF

RGB

 RED value IS 84 (33.2% from 255) = 15.5%

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

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

R = 15.5%
G = 40.41%
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

#54DBEF (or 0x54DBEF) is known color: Turquoise Blue. HEX triplet: 54, DB and EF. RGB value is (84,219,239). Sum of RGB (Red+Green+Blue) = 84+219+239=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 219 (85.94% from 255 or 40.41% 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 #54DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBEF is #AB2410. Grayscale: #B4B4B4. Windows color (decimal): -11215889 or 15719252. OLE color: 15719252.

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

Color convert

RGB 84 219 239 -
CMYK 0.65 0.08 0 0.06
HSL 187.74º 0.83% 0.63% -
HSV(B) 187.74º 0.65% 0.94% -
XYZ 44.57 58.78 90.66 -
YUV 180.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 84 219 239 0.65 0.08 0 0.06 187.74 0.83 0.63
Hex 54 DB EF 41 8 0 6 BC 53 3F
Octal 124 333 357 101 10 0 6 274 123 77
Binary 1010100 11011011 11101111 1000001 1000 0 110 10111100 1010011 111111

Color Harmonies of #54DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DBEF

Black with #54DBEF

Text Example


Text Example

White with #54DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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