Html Css Color HEX #54DBED Turquoise Blue

📋 copy color: '#54DBED'

red 84 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #54DBED

Tints of Turquoise Blue #54DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

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

R = 15.56%
G = 40.56%
B = 43.89%

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

#54DBED (or 0x54DBED) is known color: Turquoise Blue. HEX triplet: 54, DB and ED. RGB value is (84,219,237). Sum of RGB (Red+Green+Blue) = 84+219+237=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #54DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBED is #AB2412. Grayscale: #B4B4B4. Windows color (decimal): -11215891 or 15588180. OLE color: 15588180.

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

Color convert

RGB 84 219 237 -
CMYK 0.65 0.08 0 0.07
HSL 187.06º 0.81% 0.63% -
HSV(B) 187.06º 0.65% 0.93% -
XYZ 44.27 58.66 89.11 -
YUV 180.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 84 219 237 0.65 0.08 0 0.07 187.06 0.81 0.63
Hex 54 DB ED 41 8 0 7 BB 51 3F
Octal 124 333 355 101 10 0 7 273 121 77
Binary 1010100 11011011 11101101 1000001 1000 0 111 10111011 1010001 111111

Color Harmonies of #54DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DBED

Black with #54DBED

Text Example


Text Example

White with #54DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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