Html Css Color HEX #54EFE3 Turquoise

📋 copy color: '#54EFE3'

red 84 ◦ green 239 ◦ blue 227

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

Shades of Turquoise #54EFE3

Tints of Turquoise #54EFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.27%

R = 15.27%
G = 43.45%
B = 41.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#54EFE3 (or 0x54EFE3) is known color: Turquoise. HEX triplet: 54, EF and E3. RGB value is (84,239,227). Sum of RGB (Red+Green+Blue) = 84+239+227=550 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.27% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFE3 is #AB101C. Grayscale: #BFBFBF. Windows color (decimal): -11210781 or 14937940. OLE color: 14937940.

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

Color convert

RGB 84 239 227 -
CMYK 0.65 0 0.05 0.06
HSL 175.35º 0.83% 0.63% -
HSV(B) 175.35º 0.65% 0.94% -
XYZ 48.39 69.16 83.47 -
YUV 191.29 148.15 51.48 -
System Red Green Blue C M Y K H S L
Decimal 84 239 227 0.65 0 0.05 0.06 175.35 0.83 0.63
Hex 54 EF E3 41 0 5 6 AF 53 3F
Octal 124 357 343 101 0 5 6 257 123 77
Binary 1010100 11101111 11100011 1000001 0 101 110 10101111 1010011 111111

Color Harmonies of #54EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFE3

Black with #54EFE3

Text Example


Text Example

White with #54EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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