#38DAB4

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

Shades of Turquoise #38DAB4

Tints of Turquoise #38DAB4

Color information

#38DAB4 (or 0x38DAB4) is unknown color: approx Turquoise. HEX triplet: 38, DA and B4. RGB value is (56,218,180). Sum of RGB (Red+Green+Blue) = 56+218+180=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #38DAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAB4 is #C7254B. Grayscale: #A5A5A5. Windows color (decimal): -13051212 or 11852344. OLE color: 11852344.

HSL color Cylindrical-coordinate representation of color #38DAB4: hue angle of 165.93º 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 #38DAB4 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB56218180-
CMYK0.7400.170.15
HSL165.93º68.64%53.73%-
HSV(B)165.93º74.31%85.49%-
XYZ34.9454.2851.82-
YUV165.23136.3350.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=12.33%
G=48.02%
B=39.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal562181800.7400.170.15165.9368.6453.73
Hex38DAB44A011Fa64536
Octal703322641120211724610566
Binary111000110110101011010010010100100011111101001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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