#38D5CB

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

Shades of Turquoise #38D5CB

Tints of Turquoise #38D5CB

Color information

#38D5CB (or 0x38D5CB) is unknown color: approx Turquoise. HEX triplet: 38, D5 and CB. RGB value is (56,213,203). Sum of RGB (Red+Green+Blue) = 56+213+203=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5CB is #C72A34. Grayscale: #A4A4A4. Windows color (decimal): -13052469 or 13358392. OLE color: 13358392.

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

Color convert

RGB56213203-
CMYK0.7400.050.16
HSL176.18º65.15%52.75%-
HSV(B)176.18º73.71%83.53%-
XYZ36.252.7464.77-
YUV164.92149.4950.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=11.86%
G=45.13%
B=43.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562132030.7400.050.16176.1865.1552.75
Hex38D5CB4A0510b04135
Octal70325313112052026010165
Binary11100011010101110010111001010010110000101100001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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