#38E7F3

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

Shades of Turquoise #38E7F3

Tints of Turquoise #38E7F3

Color information

#38E7F3 (or 0x38E7F3) is unknown color: approx Turquoise. HEX triplet: 38, E7 and F3. RGB value is (56,231,243). Sum of RGB (Red+Green+Blue) = 56+231+243=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #38E7F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E7F3 is #C7180C. Grayscale: #B3B3B3. Windows color (decimal): -13047821 or 15984440. OLE color: 15984440.

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

Color convert

RGB56231243-
CMYK0.770.0500.05
HSL183.85º88.63%58.63%-
HSV(B)183.85º76.95%95.29%-
XYZ46.3864.4694.79-
YUV180.04163.5239.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.57%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=10.57%
G=43.58%
B=45.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562312430.770.0500.05183.8588.6358.63
Hex38E7F34D505b8593b
Octal7034736311550527013173
Binary111000111001111111001110011011010101101110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,231,243); }

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

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

 a { background-color: rgb(56,231,243); }

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

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

 span { border-color: rgb(56,231,243); }

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