Html Css Color HEX #54EFD4 Turquoise

📋 copy color: '#54EFD4'

red 84 ◦ green 239 ◦ blue 212

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

Shades of Turquoise #54EFD4

Tints of Turquoise #54EFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 15.7%
G = 44.67%
B = 39.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#54EFD4 (or 0x54EFD4) is known color: Turquoise. HEX triplet: 54, EF and D4. RGB value is (84,239,212). Sum of RGB (Red+Green+Blue) = 84+239+212=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFD4 is #AB102B. Grayscale: #BDBDBD. Windows color (decimal): -11210796 or 13954900. OLE color: 13954900.

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

Color convert

RGB 84 239 212 -
CMYK 0.65 0 0.11 0.06
HSL 169.55º 0.83% 0.63% -
HSV(B) 169.55º 0.65% 0.94% -
XYZ 46.41 68.37 73.04 -
YUV 189.58 140.65 52.7 -
System Red Green Blue C M Y K H S L
Decimal 84 239 212 0.65 0 0.11 0.06 169.55 0.83 0.63
Hex 54 EF D4 41 0 B 6 AA 53 3F
Octal 124 357 324 101 0 13 6 252 123 77
Binary 1010100 11101111 11010100 1000001 0 1011 110 10101010 1010011 111111

Color Harmonies of #54EFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFD4

Black with #54EFD4

Text Example


Text Example

White with #54EFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,239,212); }

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

background-color css

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

 a { background-color: rgb(84,239,212); }

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

border-color css

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

 span { border-color: rgb(84,239,212); }

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