#54cbd3

Color #54CBD3 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #54CBD3

Tints of Medium Turquoise #54CBD3

Color information

#54CBD3 (or 0x54CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 54, CB and D3. RGB value is (84,203,211). Sum of RGB (Red+Green+Blue) = 84+203+211=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #54CBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBD3 is #AB342C. Grayscale: #A8A8A8. Windows color (decimal): -11220013 or 13880148. OLE color: 13880148.

HSL color Cylindrical-coordinate representation of color #54CBD3: hue angle of 183.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54CBD3 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84203211-
CMYK0.600.0400.17
HSL183.78º59.07%57.84%-
HSV(B)183.78º60.19%82.75%-
XYZ36.7749.369.21-
YUV168.33152.0867.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.87%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 211 (82.81% from 255) = 42.37%
R=16.87%
G=40.76%
B=42.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal842032110.600.0400.17183.7859.0757.84
Hex54CBD33C4011b83b3a
Octal1243133237440212707372
Binary1010100110010111101001111110010001000110111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54cbd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54cbd3;
 }
 .AnyTagClassName
 {
   color: #54cbd3;
 }
</style>
background-color css

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

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

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

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

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

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