Html Css Color HEX #54DDEE Turquoise Blue

📋 copy color: '#54DDEE'

red 84 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #54DDEE

Tints of Turquoise Blue #54DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 15.47%
G = 40.7%
B = 43.83%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54DDEE (or 0x54DDEE) is known color: Turquoise Blue. HEX triplet: 54, DD and EE. RGB value is (84,221,238). Sum of RGB (Red+Green+Blue) = 84+221+238=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #54DDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDEE is #AB2211. Grayscale: #B5B5B5. Windows color (decimal): -11215378 or 15654228. OLE color: 15654228.

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

Color convert

RGB 84 221 238 -
CMYK 0.65 0.07 0 0.07
HSL 186.62º 0.82% 0.63% -
HSV(B) 186.62º 0.65% 0.93% -
XYZ 44.95 59.77 90.06 -
YUV 181.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 84 221 238 0.65 0.07 0 0.07 186.62 0.82 0.63
Hex 54 DD EE 41 7 0 7 BB 52 3F
Octal 124 335 356 101 7 0 7 273 122 77
Binary 1010100 11011101 11101110 1000001 111 0 111 10111011 1010010 111111

Color Harmonies of #54DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDEE

Black with #54DDEE

Text Example


Text Example

White with #54DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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