#38D6F1

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

Shades of Turquoise #38D6F1

Tints of Turquoise #38D6F1

Color information

#38D6F1 (or 0x38D6F1) is unknown color: approx Turquoise. HEX triplet: 38, D6 and F1. RGB value is (56,214,241). Sum of RGB (Red+Green+Blue) = 56+214+241=511 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.96% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #38D6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D6F1 is #C7290E. Grayscale: #A9A9A9. Windows color (decimal): -13052175 or 15849016. OLE color: 15849016.

HSL color Cylindrical-coordinate representation of color #38D6F1: hue angle of 188.76º degrees, saturation: 0.87, 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 #38D6F1 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56214241-
CMYK0.770.1100.05
HSL188.76º86.85%58.24%-
HSV(B)188.76º76.76%94.51%-
XYZ41.5555.2891.7-
YUV169.84168.1546.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.96%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=10.96%
G=41.88%
B=47.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562142410.770.1100.05188.7686.8558.24
Hex38D6F14DB05bd573a
Octal70326361115130527512772
Binary1110001101011011110001100110110110101101111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,214,241); }

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

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

 a { background-color: rgb(56,214,241); }

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

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

 span { border-color: rgb(56,214,241); }

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