#38BFB9

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

Shades of Medium Turquoise #38BFB9

Tints of Medium Turquoise #38BFB9

Color information

#38BFB9 (or 0x38BFB9) is unknown color: approx Medium Turquoise. HEX triplet: 38, BF and B9. RGB value is (56,191,185). Sum of RGB (Red+Green+Blue) = 56+191+185=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFB9 is #C74046. Grayscale: #959595. Windows color (decimal): -13058119 or 12173112. OLE color: 12173112.

HSL color Cylindrical-coordinate representation of color #38BFB9: hue angle of 177.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFB9 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB56191185-
CMYK0.7100.030.25
HSL177.33º54.66%48.43%-
HSV(B)177.33º70.68%74.9%-
XYZ29.0241.6152.4-
YUV149.95147.7760.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.96%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 185 (72.66% from 255) = 42.82%
R=12.96%
G=44.21%
B=42.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561911850.7100.030.25177.3354.6648.43
Hex38BFB9470319b13730
Octal7027727110703312616760
Binary111000101111111011100110001110111100110110001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,191,185); }

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

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

 a { background-color: rgb(56,191,185); }

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

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

 span { border-color: rgb(56,191,185); }

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