#38E9E4

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

Shades of Turquoise #38E9E4

Tints of Turquoise #38E9E4

Color information

#38E9E4 (or 0x38E9E4) is unknown color: approx Turquoise. HEX triplet: 38, E9 and E4. RGB value is (56,233,228). Sum of RGB (Red+Green+Blue) = 56+233+228=517 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.83% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9E4 is #C7161B. Grayscale: #B3B3B3. Windows color (decimal): -13047324 or 15001912. OLE color: 15001912.

HSL color Cylindrical-coordinate representation of color #38E9E4: hue angle of 178.31º 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 #38E9E4 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB56233228-
CMYK0.7600.020.09
HSL178.31º80.09%56.67%-
HSV(B)178.31º75.97%91.37%-
XYZ44.7764.7283.53-
YUV179.51155.3639.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.83%
GREEN value IS 233 (91.41% from 255) = 45.07%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=10.83%
G=45.07%
B=44.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562332280.7600.020.09178.3180.0956.67
Hex38E9E44C029b25039
Octal70351344114021126212071
Binary111000111010011110010010011000101001101100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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