Html Css Color HEX #54D0ED Turquoise Blue

📋 copy color: '#54D0ED'

red 84 ◦ green 208 ◦ blue 237

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

Shades of Turquoise Blue #54D0ED

Tints of Turquoise Blue #54D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

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

R = 15.88%
G = 39.32%
B = 44.8%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54D0ED (or 0x54D0ED) is known color: Turquoise Blue. HEX triplet: 54, D0 and ED. RGB value is (84,208,237). Sum of RGB (Red+Green+Blue) = 84+208+237=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #54D0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D0ED is #AB2F12. Grayscale: #ADADAD. Windows color (decimal): -11218707 or 15585364. OLE color: 15585364.

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

Color convert

RGB 84 208 237 -
CMYK 0.65 0.12 0 0.07
HSL 191.37º 0.81% 0.63% -
HSV(B) 191.37º 0.65% 0.93% -
XYZ 41.5 53.11 88.19 -
YUV 174.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 84 208 237 0.65 0.12 0 0.07 191.37 0.81 0.63
Hex 54 D0 ED 41 C 0 7 BF 51 3F
Octal 124 320 355 101 14 0 7 277 121 77
Binary 1010100 11010000 11101101 1000001 1100 0 111 10111111 1010001 111111

Color Harmonies of #54D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D0ED

Black with #54D0ED

Text Example


Text Example

White with #54D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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