#38F2CD

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

Shades of Turquoise #38F2CD

Tints of Turquoise #38F2CD

Color information

#38F2CD (or 0x38F2CD) is unknown color: approx Turquoise. HEX triplet: 38, F2 and CD. RGB value is (56,242,205). Sum of RGB (Red+Green+Blue) = 56+242+205=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2CD is #C70D32. Grayscale: #B6B6B6. Windows color (decimal): -13045043 or 13496888. OLE color: 13496888.

HSL color Cylindrical-coordinate representation of color #38F2CD: hue angle of 168.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2CD is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB56242205-
CMYK0.7700.150.05
HSL168.06º87.74%58.43%-
HSV(B)168.06º76.86%94.9%-
XYZ44.468.7568.69-
YUV182.17140.8838.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.13%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=11.13%
G=48.11%
B=40.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562422050.7700.150.05168.0687.7458.43
Hex38F2CD4D0F5a8583a
Octal70362315115017525013072
Binary1110001111001011001101100110101111101101010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,242,205); }

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

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

 a { background-color: rgb(56,242,205); }

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

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

 span { border-color: rgb(56,242,205); }

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