Html Css Color HEX #54DAEE Turquoise Blue

📋 copy color: '#54DAEE'

red 84 ◦ green 218 ◦ blue 238

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

Shades of Turquoise Blue #54DAEE

Tints of Turquoise Blue #54DAEE

RGB

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

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

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

R = 15.56%
G = 40.37%
B = 44.07%

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

#54DAEE (or 0x54DAEE) is known color: Turquoise Blue. HEX triplet: 54, DA and EE. RGB value is (84,218,238). Sum of RGB (Red+Green+Blue) = 84+218+238=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #54DAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAEE is #AB2511. Grayscale: #B4B4B4. Windows color (decimal): -11216146 or 15653460. OLE color: 15653460.

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

Color convert

RGB 84 218 238 -
CMYK 0.65 0.08 0 0.07
HSL 187.79º 0.82% 0.63% -
HSV(B) 187.79º 0.65% 0.93% -
XYZ 44.16 58.2 89.8 -
YUV 180.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 84 218 238 0.65 0.08 0 0.07 187.79 0.82 0.63
Hex 54 DA EE 41 8 0 7 BC 52 3F
Octal 124 332 356 101 10 0 7 274 122 77
Binary 1010100 11011010 11101110 1000001 1000 0 111 10111100 1010010 111111

Color Harmonies of #54DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAEE

Black with #54DAEE

Text Example


Text Example

White with #54DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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