#38D7F1

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

Shades of Turquoise #38D7F1

Tints of Turquoise #38D7F1

Color information

#38D7F1 (or 0x38D7F1) is unknown color: approx Turquoise. HEX triplet: 38, D7 and F1. RGB value is (56,215,241). Sum of RGB (Red+Green+Blue) = 56+215+241=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #38D7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D7F1 is #C7280E. Grayscale: #AAAAAA. Windows color (decimal): -13051919 or 15849272. OLE color: 15849272.

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

Color convert

RGB56215241-
CMYK0.770.1100.05
HSL188.43º86.85%58.24%-
HSV(B)188.43º76.76%94.51%-
XYZ41.8155.7991.78-
YUV170.42167.8246.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.94%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=10.94%
G=41.99%
B=47.07%

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
Decimal562152410.770.1100.05188.4386.8558.24
Hex38D7F14DB05bc573a
Octal70327361115130527412772
Binary1110001101011111110001100110110110101101111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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