#38D1CE

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

Shades of Medium Turquoise #38D1CE

Tints of Medium Turquoise #38D1CE

Color information

#38D1CE (or 0x38D1CE) is unknown color: approx Medium Turquoise. HEX triplet: 38, D1 and CE. RGB value is (56,209,206). Sum of RGB (Red+Green+Blue) = 56+209+206=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #38D1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D1CE is #C72E31. Grayscale: #A2A2A2. Windows color (decimal): -13053490 or 13553976. OLE color: 13553976.

HSL color Cylindrical-coordinate representation of color #38D1CE: hue angle of 178.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D1CE is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB56209206-
CMYK0.7300.010.18
HSL178.82º62.45%51.96%-
HSV(B)178.82º73.21%81.96%-
XYZ35.5750.966.34-
YUV162.91152.3151.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.89%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=11.89%
G=44.37%
B=43.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562092060.7300.010.18178.8262.4551.96
Hex38D1CE490112b33e34
Octal7032131611101222637664
Binary11100011010001110011101001001011001010110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,206); }

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

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

 a { background-color: rgb(56,209,206); }

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

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

 span { border-color: rgb(56,209,206); }

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