Html Css Color HEX #54DBEE Turquoise Blue

📋 copy color: '#54DBEE'

red 84 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #54DBEE

Tints of Turquoise Blue #54DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 15.53%
G = 40.48%
B = 43.99%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54DBEE (or 0x54DBEE) is known color: Turquoise Blue. HEX triplet: 54, DB and EE. RGB value is (84,219,238). Sum of RGB (Red+Green+Blue) = 84+219+238=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #54DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBEE is #AB2411. Grayscale: #B4B4B4. Windows color (decimal): -11215890 or 15653716. OLE color: 15653716.

HSL color Cylindrical-coordinate representation of color #54DBEE: hue angle of 187.4º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DBEE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 219 238 -
CMYK 0.65 0.08 0 0.07
HSL 187.4º 0.82% 0.63% -
HSV(B) 187.4º 0.65% 0.93% -
XYZ 44.42 58.72 89.88 -
YUV 180.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 84 219 238 0.65 0.08 0 0.07 187.4 0.82 0.63
Hex 54 DB EE 41 8 0 7 BB 52 3F
Octal 124 333 356 101 10 0 7 273 122 77
Binary 1010100 11011011 11101110 1000001 1000 0 111 10111011 1010010 111111

Color Harmonies of #54DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DBEE

Black with #54DBEE

Text Example


Text Example

White with #54DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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