Html Css Color HEX #54CBCD Medium Turquoise

📋 copy color: '#54CBCD'

red 84 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #54CBCD

Tints of Medium Turquoise #54CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 17.07%
G = 41.26%
B = 41.67%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54CBCD (or 0x54CBCD) is known color: Medium Turquoise. HEX triplet: 54, CB and CD. RGB value is (84,203,205). Sum of RGB (Red+Green+Blue) = 84+203+205=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #54CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBCD is #AB3432. Grayscale: #A7A7A7. Windows color (decimal): -11220019 or 13486932. OLE color: 13486932.

HSL color Cylindrical-coordinate representation of color #54CBCD: hue angle of 180.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CBCD is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 203 205 -
CMYK 0.59 0.01 0 0.20
HSL 180.99º 0.55% 0.57% -
HSV(B) 180.99º 0.59% 0.8% -
XYZ 36.03 49 65.32 -
YUV 167.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 84 203 205 0.59 0.01 0 0.20 180.99 0.55 0.57
Hex 54 CB CD 3B 1 0 14 B5 37 39
Octal 124 313 315 73 1 0 24 265 67 71
Binary 1010100 11001011 11001101 111011 1 0 10100 10110101 110111 111001

Color Harmonies of #54CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBCD

Black with #54CBCD

Text Example


Text Example

White with #54CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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