Html Css Color HEX #54DCEE Turquoise Blue

📋 copy color: '#54DCEE'

red 84 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #54DCEE

Tints of Turquoise Blue #54DCEE

RGB

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

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

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

R = 15.5%
G = 40.59%
B = 43.91%

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

#54DCEE (or 0x54DCEE) is known color: Turquoise Blue. HEX triplet: 54, DC and EE. RGB value is (84,220,238). Sum of RGB (Red+Green+Blue) = 84+220+238=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #54DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCEE is #AB2311. Grayscale: #B5B5B5. Windows color (decimal): -11215634 or 15653972. OLE color: 15653972.

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

Color convert

RGB 84 220 238 -
CMYK 0.65 0.08 0 0.07
HSL 187.01º 0.82% 0.63% -
HSV(B) 187.01º 0.65% 0.93% -
XYZ 44.68 59.24 89.97 -
YUV 181.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 84 220 238 0.65 0.08 0 0.07 187.01 0.82 0.63
Hex 54 DC EE 41 8 0 7 BB 52 3F
Octal 124 334 356 101 10 0 7 273 122 77
Binary 1010100 11011100 11101110 1000001 1000 0 111 10111011 1010010 111111

Color Harmonies of #54DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCEE

Black with #54DCEE

Text Example


Text Example

White with #54DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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