Html Css Color HEX #54FCE4 Turquoise

📋 copy color: '#54FCE4'

red 84 ◦ green 252 ◦ blue 228

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

Shades of Turquoise #54FCE4

Tints of Turquoise #54FCE4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 14.89%
G = 44.68%
B = 40.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#54FCE4 (or 0x54FCE4) is known color: Turquoise. HEX triplet: 54, FC and E4. RGB value is (84,252,228). Sum of RGB (Red+Green+Blue) = 84+252+228=564 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.89% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCE4 is #AB031B. Grayscale: #C6C6C6. Windows color (decimal): -11207452 or 15006804. OLE color: 15006804.

HSL color Cylindrical-coordinate representation of color #54FCE4: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCE4 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 252 228 -
CMYK 0.67 0 0.10 0.01
HSL 171.43º 0.97% 0.66% -
HSV(B) 171.43º 0.67% 0.99% -
XYZ 52.47 77.11 85.52 -
YUV 199.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 84 252 228 0.67 0 0.10 0.01 171.43 0.97 0.66
Hex 54 FC E4 43 0 A 1 AB 61 42
Octal 124 374 344 103 0 12 1 253 141 102
Binary 1010100 11111100 11100100 1000011 0 1010 1 10101011 1100001 1000010

Color Harmonies of #54FCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FCE4

Black with #54FCE4

Text Example


Text Example

White with #54FCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,252,228); }

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

background-color css

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

 a { background-color: rgb(84,252,228); }

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

border-color css

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

 span { border-color: rgb(84,252,228); }

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