Html Css Color HEX #54DFEB Turquoise Blue

📋 copy color: '#54DFEB'

red 84 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #54DFEB

Tints of Turquoise Blue #54DFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.14%

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 15.5%
G = 41.14%
B = 43.36%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54DFEB (or 0x54DFEB) is known color: Turquoise Blue. HEX triplet: 54, DF and EB. RGB value is (84,223,235). Sum of RGB (Red+Green+Blue) = 84+223+235=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #54DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFEB is #AB2014. Grayscale: #B6B6B6. Windows color (decimal): -11214869 or 15458132. OLE color: 15458132.

HSL color Cylindrical-coordinate representation of color #54DFEB: hue angle of 184.77º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DFEB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 223 235 -
CMYK 0.64 0.05 0 0.08
HSL 184.77º 0.79% 0.63% -
HSV(B) 184.77º 0.64% 0.92% -
XYZ 45.04 60.66 87.93 -
YUV 182.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 84 223 235 0.64 0.05 0 0.08 184.77 0.79 0.63
Hex 54 DF EB 40 5 0 8 B9 4F 3F
Octal 124 337 353 100 5 0 10 271 117 77
Binary 1010100 11011111 11101011 1000000 101 0 1000 10111001 1001111 111111

Color Harmonies of #54DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DFEB

Black with #54DFEB

Text Example


Text Example

White with #54DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,223,235); }

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

background-color css

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

 a { background-color: rgb(84,223,235); }

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

border-color css

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

 span { border-color: rgb(84,223,235); }

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