Html Css Color HEX #54EFCB Turquoise

📋 copy color: '#54EFCB'

red 84 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #54EFCB

Tints of Turquoise #54EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 15.97%
G = 45.44%
B = 38.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#54EFCB (or 0x54EFCB) is known color: Turquoise. HEX triplet: 54, EF and CB. RGB value is (84,239,203). Sum of RGB (Red+Green+Blue) = 84+239+203=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFCB is #AB1034. Grayscale: #BCBCBC. Windows color (decimal): -11210805 or 13365076. OLE color: 13365076.

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

Color convert

RGB 84 239 203 -
CMYK 0.65 0 0.15 0.06
HSL 166.06º 0.83% 0.63% -
HSV(B) 166.06º 0.65% 0.94% -
XYZ 45.3 67.93 67.22 -
YUV 188.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 84 239 203 0.65 0 0.15 0.06 166.06 0.83 0.63
Hex 54 EF CB 41 0 F 6 A6 53 3F
Octal 124 357 313 101 0 17 6 246 123 77
Binary 1010100 11101111 11001011 1000001 0 1111 110 10100110 1010011 111111

Color Harmonies of #54EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFCB

Black with #54EFCB

Text Example


Text Example

White with #54EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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