#38C7BB

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

Shades of Medium Turquoise #38C7BB

Tints of Medium Turquoise #38C7BB

Color information

#38C7BB (or 0x38C7BB) is unknown color: approx Medium Turquoise. HEX triplet: 38, C7 and BB. RGB value is (56,199,187). Sum of RGB (Red+Green+Blue) = 56+199+187=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #38C7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7BB is #C73844. Grayscale: #9A9A9A. Windows color (decimal): -13056069 or 12306232. OLE color: 12306232.

HSL color Cylindrical-coordinate representation of color #38C7BB: hue angle of 174.97º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C7BB is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB56199187-
CMYK0.7200.060.22
HSL174.97º56.08%50%-
HSV(B)174.97º71.86%78.04%-
XYZ31.0245.2854.12-
YUV154.88146.1257.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.67%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=12.67%
G=45.02%
B=42.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561991870.7200.060.22174.9756.0850
Hex38C7BB480616af3832
Octal7030727311006262577062
Binary1110001100011110111011100100001101011010101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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