#38D5D3

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

Shades of Turquoise #38D5D3

Tints of Turquoise #38D5D3

Color information

#38D5D3 (or 0x38D5D3) is unknown color: approx Turquoise. HEX triplet: 38, D5 and D3. RGB value is (56,213,211). Sum of RGB (Red+Green+Blue) = 56+213+211=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5D3 is #C72A2C. Grayscale: #A5A5A5. Windows color (decimal): -13052461 or 13882680. OLE color: 13882680.

HSL color Cylindrical-coordinate representation of color #38D5D3: hue angle of 179.24º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D5D3 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB56213211-
CMYK0.7400.010.16
HSL179.24º65.15%52.75%-
HSV(B)179.24º73.71%83.53%-
XYZ37.1853.1369.92-
YUV165.83153.4949.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.67%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 211 (82.81% from 255) = 43.96%
R=11.67%
G=44.38%
B=43.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562132110.7400.010.16179.2465.1552.75
Hex38D5D34A0110b34135
Octal70325323112012026310165
Binary111000110101011101001110010100110000101100111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,213,211); }

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

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

 a { background-color: rgb(56,213,211); }

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

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

 span { border-color: rgb(56,213,211); }

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