Html Css Color HEX #54DDED Turquoise Blue

📋 copy color: '#54DDED'

red 84 ◦ green 221 ◦ blue 237

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

Shades of Turquoise Blue #54DDED

Tints of Turquoise Blue #54DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 15.5%
G = 40.77%
B = 43.73%

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

#54DDED (or 0x54DDED) is known color: Turquoise Blue. HEX triplet: 54, DD and ED. RGB value is (84,221,237). Sum of RGB (Red+Green+Blue) = 84+221+237=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #54DDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDED is #AB2212. Grayscale: #B5B5B5. Windows color (decimal): -11215379 or 15588692. OLE color: 15588692.

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

Color convert

RGB 84 221 237 -
CMYK 0.65 0.07 0 0.07
HSL 186.27º 0.81% 0.63% -
HSV(B) 186.27º 0.65% 0.93% -
XYZ 44.8 59.71 89.29 -
YUV 181.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 84 221 237 0.65 0.07 0 0.07 186.27 0.81 0.63
Hex 54 DD ED 41 7 0 7 BA 51 3F
Octal 124 335 355 101 7 0 7 272 121 77
Binary 1010100 11011101 11101101 1000001 111 0 111 10111010 1010001 111111

Color Harmonies of #54DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDED

Black with #54DDED

Text Example


Text Example

White with #54DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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