#38C9BB

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

Shades of Medium Turquoise #38C9BB

Tints of Medium Turquoise #38C9BB

Color information

#38C9BB (or 0x38C9BB) is unknown color: approx Medium Turquoise. HEX triplet: 38, C9 and BB. RGB value is (56,201,187). Sum of RGB (Red+Green+Blue) = 56+201+187=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9BB is #C73644. Grayscale: #9B9B9B. Windows color (decimal): -13055557 or 12306744. OLE color: 12306744.

HSL color Cylindrical-coordinate representation of color #38C9BB: hue angle of 174.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C9BB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB56201187-
CMYK0.7200.070.21
HSL174.21º57.31%50.39%-
HSV(B)174.21º72.14%78.82%-
XYZ31.4946.254.27-
YUV156.05145.4656.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.61%
GREEN value IS 201 (78.91% from 255) = 45.27%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=12.61%
G=45.27%
B=42.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562011870.7200.070.21174.2157.3150.39
Hex38C9BB480715ae3932
Octal7031127311007252567162
Binary1110001100100110111011100100001111010110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C9BB; }

 p { color: rgb(56,201,187); }

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

<style>
 a { background-color: #38C9BB; }

 a { background-color: rgb(56,201,187); }

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

<style>
 span { border-color: #38C9BB; }

 span { border-color: rgb(56,201,187); }

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