#38C1CE

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

Shades of Medium Turquoise #38C1CE

Tints of Medium Turquoise #38C1CE

Color information

#38C1CE (or 0x38C1CE) is unknown color: approx Medium Turquoise. HEX triplet: 38, C1 and CE. RGB value is (56,193,206). Sum of RGB (Red+Green+Blue) = 56+193+206=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #38C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C1CE is #C73E31. Grayscale: #999999. Windows color (decimal): -13057586 or 13549880. OLE color: 13549880.

HSL color Cylindrical-coordinate representation of color #38C1CE: hue angle of 185.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C1CE is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB56193206-
CMYK0.730.0600.19
HSL185.2º60.48%51.37%-
HSV(B)185.2º72.82%80.78%-
XYZ31.8443.4465.1-
YUV153.52157.6158.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.31%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=12.31%
G=42.42%
B=45.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal561932060.730.0600.19185.260.4851.37
Hex38C1CE496013b93c33
Octal7030131611160232717463
Binary1110001100000111001110100100111001001110111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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