#38DBB4

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

Shades of Turquoise #38DBB4

Tints of Turquoise #38DBB4

Color information

#38DBB4 (or 0x38DBB4) is unknown color: approx Turquoise. HEX triplet: 38, DB and B4. RGB value is (56,219,180). Sum of RGB (Red+Green+Blue) = 56+219+180=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBB4 is #C7244B. Grayscale: #A5A5A5. Windows color (decimal): -13050956 or 11852600. OLE color: 11852600.

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

Color convert

RGB56219180-
CMYK0.7400.180.14
HSL165.64º69.36%53.92%-
HSV(B)165.64º74.43%85.88%-
XYZ35.254.851.9-
YUV165.8213649.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.31%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=12.31%
G=48.13%
B=39.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal562191800.7400.180.14165.6469.3653.92
Hex38DBB44A012Ea64536
Octal703332641120221624610566
Binary111000110110111011010010010100100101110101001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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