#38E9F2

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

Shades of Turquoise #38E9F2

Tints of Turquoise #38E9F2

Color information

#38E9F2 (or 0x38E9F2) is unknown color: approx Turquoise. HEX triplet: 38, E9 and F2. RGB value is (56,233,242). Sum of RGB (Red+Green+Blue) = 56+233+242=531 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.55% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #38E9F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E9F2 is #C7160D. Grayscale: #B4B4B4. Windows color (decimal): -13047310 or 15919416. OLE color: 15919416.

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

Color convert

RGB56233242-
CMYK0.770.0400.05
HSL182.9º87.74%58.43%-
HSV(B)182.9º76.86%94.9%-
XYZ46.865.5394.19-
YUV181.1162.3638.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.55%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=10.55%
G=43.88%
B=45.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562332420.770.0400.05182.987.7458.43
Hex38E9F24D405b7583a
Octal7035136211540526713072
Binary111000111010011111001010011011000101101101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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