#38E9C2

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

Shades of Turquoise #38E9C2

Tints of Turquoise #38E9C2

Color information

#38E9C2 (or 0x38E9C2) is unknown color: approx Turquoise. HEX triplet: 38, E9 and C2. RGB value is (56,233,194). Sum of RGB (Red+Green+Blue) = 56+233+194=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9C2 is #C7163D. Grayscale: #AFAFAF. Windows color (decimal): -13047358 or 12773688. OLE color: 12773688.

HSL color Cylindrical-coordinate representation of color #38E9C2: hue angle of 166.78º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9C2 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB56233194-
CMYK0.7600.170.09
HSL166.78º80.09%56.67%-
HSV(B)166.78º75.97%91.37%-
XYZ40.5163.0161.07-
YUV175.63138.3642.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.59%
GREEN value IS 233 (91.41% from 255) = 48.24%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=11.59%
G=48.24%
B=40.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562331940.7600.170.09166.7880.0956.67
Hex38E9C24C0119a75039
Octal703513021140211124712071
Binary111000111010011100001010011000100011001101001111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,194); }

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

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

 a { background-color: rgb(56,233,194); }

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

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

 span { border-color: rgb(56,233,194); }

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