#38D3D5

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

Shades of Turquoise #38D3D5

Tints of Turquoise #38D3D5

Color information

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

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

Color convert

RGB56211213-
CMYK0.740.0100.16
HSL180.76º65.15%52.75%-
HSV(B)180.76º73.71%83.53%-
XYZ36.9452.2371.09-
YUV164.88155.1550.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562112130.740.0100.16180.7665.1552.75
Hex38D3D54A1010b54135
Octal70323325112102026510165
Binary111000110100111101010110010101010000101101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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