#38D0E1

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

Shades of Medium Turquoise #38D0E1

Tints of Medium Turquoise #38D0E1

Color information

#38D0E1 (or 0x38D0E1) is unknown color: approx Medium Turquoise. HEX triplet: 38, D0 and E1. RGB value is (56,208,225). Sum of RGB (Red+Green+Blue) = 56+208+225=489 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.45% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #38D0E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0E1 is #C72F1E. Grayscale: #A4A4A4. Windows color (decimal): -13053727 or 14798904. OLE color: 14798904.

HSL color Cylindrical-coordinate representation of color #38D0E1: hue angle of 186.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D0E1 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56208225-
CMYK0.750.0800.12
HSL186.04º73.8%55.1%-
HSV(B)186.04º75.11%88.24%-
XYZ37.7851.3979.16-
YUV164.49162.1450.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.45%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=11.45%
G=42.54%
B=46.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562082250.750.0800.12186.0473.855.1
Hex38D0E14B80Cba4a37
Octal703203411131001427211267
Binary11100011010000111000011001011100001100101110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,208,225); }

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

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

 a { background-color: rgb(56,208,225); }

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

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

 span { border-color: rgb(56,208,225); }

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