#38D0DA

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

Shades of Medium Turquoise #38D0DA

Tints of Medium Turquoise #38D0DA

Color information

#38D0DA (or 0x38D0DA) is unknown color: approx Medium Turquoise. HEX triplet: 38, D0 and DA. RGB value is (56,208,218). Sum of RGB (Red+Green+Blue) = 56+208+218=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #38D0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0DA is #C72F25. Grayscale: #A3A3A3. Windows color (decimal): -13053734 or 14340152. OLE color: 14340152.

HSL color Cylindrical-coordinate representation of color #38D0DA: hue angle of 183.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D0DA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB56208218-
CMYK0.740.0500.15
HSL183.7º68.64%53.73%-
HSV(B)183.7º74.31%85.49%-
XYZ36.8451.0174.23-
YUV163.69158.6451.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.62%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=11.62%
G=43.15%
B=45.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal562082180.740.0500.15183.768.6453.73
Hex38D0DA4A50Fb84536
Octal70320332112501727010566
Binary1110001101000011011010100101010101111101110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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