#38EEDE

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

Shades of Turquoise #38EEDE

Tints of Turquoise #38EEDE

Color information

#38EEDE (or 0x38EEDE) is unknown color: approx Turquoise. HEX triplet: 38, EE and DE. RGB value is (56,238,222). Sum of RGB (Red+Green+Blue) = 56+238+222=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEDE is #C71121. Grayscale: #B5B5B5. Windows color (decimal): -13046050 or 14609976. OLE color: 14609976.

HSL color Cylindrical-coordinate representation of color #38EEDE: hue angle of 174.73º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEDE is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB56238222-
CMYK0.7600.070.07
HSL174.73º84.26%57.65%-
HSV(B)174.73º76.47%93.33%-
XYZ45.3967.2679.7-
YUV181.76150.738.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.85%
GREEN value IS 238 (93.36% from 255) = 46.12%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=10.85%
G=46.12%
B=43.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562382220.7600.070.07174.7384.2657.65
Hex38EEDE4C077af543a
Octal7035633611407725712472
Binary111000111011101101111010011000111111101011111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,238,222); }

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

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

 a { background-color: rgb(56,238,222); }

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

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

 span { border-color: rgb(56,238,222); }

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