#38C9BF

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

Shades of Medium Turquoise #38C9BF

Tints of Medium Turquoise #38C9BF

Color information

#38C9BF (or 0x38C9BF) is unknown color: approx Medium Turquoise. HEX triplet: 38, C9 and BF. RGB value is (56,201,191). Sum of RGB (Red+Green+Blue) = 56+201+191=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9BF is #C73640. Grayscale: #9C9C9C. Windows color (decimal): -13055553 or 12568888. OLE color: 12568888.

HSL color Cylindrical-coordinate representation of color #38C9BF: hue angle of 175.86º 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 #38C9BF is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB56201191-
CMYK0.7200.050.21
HSL175.86º57.31%50.39%-
HSV(B)175.86º72.14%78.82%-
XYZ31.9246.3856.56-
YUV156.5147.4656.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.5%
GREEN value IS 201 (78.91% from 255) = 44.87%
BLUE value IS 191 (75% from 255) = 42.63%
R=12.5%
G=44.87%
B=42.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562011910.7200.050.21175.8657.3150.39
Hex38C9BF480515b03932
Octal7031127711005252607162
Binary1110001100100110111111100100001011010110110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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