Html Css Color HEX #54DAEF Turquoise Blue

📋 copy color: '#54DAEF'

red 84 ◦ green 218 ◦ blue 239

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

Shades of Turquoise Blue #54DAEF

Tints of Turquoise Blue #54DAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

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

R = 15.53%
G = 40.3%
B = 44.18%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54DAEF (or 0x54DAEF) is known color: Turquoise Blue. HEX triplet: 54, DA and EF. RGB value is (84,218,239). Sum of RGB (Red+Green+Blue) = 84+218+239=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 218 (85.55% from 255 or 40.30% 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 #54DAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAEF is #AB2510. Grayscale: #B4B4B4. Windows color (decimal): -11216145 or 15718996. OLE color: 15718996.

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

Color convert

RGB 84 218 239 -
CMYK 0.65 0.09 0 0.06
HSL 188.13º 0.83% 0.63% -
HSV(B) 188.13º 0.65% 0.94% -
XYZ 44.31 58.26 90.57 -
YUV 180.33 161.11 59.29 -
System Red Green Blue C M Y K H S L
Decimal 84 218 239 0.65 0.09 0 0.06 188.13 0.83 0.63
Hex 54 DA EF 41 9 0 6 BC 53 3F
Octal 124 332 357 101 11 0 6 274 123 77
Binary 1010100 11011010 11101111 1000001 1001 0 110 10111100 1010011 111111

Color Harmonies of #54DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAEF

Black with #54DAEF

Text Example


Text Example

White with #54DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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