#38D5CA

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

Shades of Turquoise #38D5CA

Tints of Turquoise #38D5CA

Color information

#38D5CA (or 0x38D5CA) is unknown color: approx Turquoise. HEX triplet: 38, D5 and CA. RGB value is (56,213,202). Sum of RGB (Red+Green+Blue) = 56+213+202=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5CA is #C72A35. Grayscale: #A4A4A4. Windows color (decimal): -13052470 or 13292856. OLE color: 13292856.

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

Color convert

RGB56213202-
CMYK0.7400.050.16
HSL175.8º65.15%52.75%-
HSV(B)175.8º73.71%83.53%-
XYZ36.0952.6964.15-
YUV164.8148.9950.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.89%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=11.89%
G=45.22%
B=42.89%

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
Decimal562132020.7400.050.16175.865.1552.75
Hex38D5CA4A0510b04135
Octal70325312112052026010165
Binary11100011010101110010101001010010110000101100001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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