Html Css Color HEX #54F0DF Turquoise

📋 copy color: '#54F0DF'

red 84 ◦ green 240 ◦ blue 223

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

Shades of Turquoise #54F0DF

Tints of Turquoise #54F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.88%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 15.36%
G = 43.88%
B = 40.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#54F0DF (or 0x54F0DF) is known color: Turquoise. HEX triplet: 54, F0 and DF. RGB value is (84,240,223). Sum of RGB (Red+Green+Blue) = 84+240+223=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F0DF is #AB0F20. Grayscale: #BFBFBF. Windows color (decimal): -11210529 or 14676052. OLE color: 14676052.

HSL color Cylindrical-coordinate representation of color #54F0DF: hue angle of 173.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0DF is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 240 223 -
CMYK 0.65 0 0.07 0.06
HSL 173.46º 0.84% 0.64% -
HSV(B) 173.46º 0.65% 0.94% -
XYZ 48.14 69.53 80.7 -
YUV 191.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 84 240 223 0.65 0 0.07 0.06 173.46 0.84 0.64
Hex 54 F0 DF 41 0 7 6 AD 54 40
Octal 124 360 337 101 0 7 6 255 124 100
Binary 1010100 11110000 11011111 1000001 0 111 110 10101101 1010100 1000000

Color Harmonies of #54F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F0DF

Black with #54F0DF

Text Example


Text Example

White with #54F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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