#38DCDF

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

Shades of Turquoise #38DCDF

Tints of Turquoise #38DCDF

Color information

#38DCDF (or 0x38DCDF) is unknown color: approx Turquoise. HEX triplet: 38, DC and DF. RGB value is (56,220,223). Sum of RGB (Red+Green+Blue) = 56+220+223=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #38DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCDF is #C72320. Grayscale: #ABABAB. Windows color (decimal): -13050657 or 14670904. OLE color: 14670904.

HSL color Cylindrical-coordinate representation of color #38DCDF: hue angle of 181.08º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCDF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56220223-
CMYK0.750.0100.13
HSL181.08º72.29%54.71%-
HSV(B)181.08º74.89%87.45%-
XYZ40.5457.3578.75-
YUV171.31157.1745.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.22%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=11.22%
G=44.09%
B=44.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562202230.750.0100.13181.0872.2954.71
Hex38DCDF4B10Db54837
Octal70334337113101526511067
Binary11100011011100110111111001011101101101101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,220,223); }

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

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

 a { background-color: rgb(56,220,223); }

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

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

 span { border-color: rgb(56,220,223); }

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