#38E2FC

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

Shades of Turquoise #38E2FC

Tints of Turquoise #38E2FC

Color information

#38E2FC (or 0x38E2FC) is unknown color: approx Turquoise. HEX triplet: 38, E2 and FC. RGB value is (56,226,252). Sum of RGB (Red+Green+Blue) = 56+226+252=534 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.49% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #38E2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E2FC is #C71D03. Grayscale: #B1B1B1. Windows color (decimal): -13049092 or 16572984. OLE color: 16572984.

HSL color Cylindrical-coordinate representation of color #38E2FC: hue angle of 187.96º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E2FC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB56226252-
CMYK0.780.1000.01
HSL187.96º97.03%60.39%-
HSV(B)187.96º77.78%98.82%-
XYZ46.462.26101.67-
YUV178.13169.6840.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.49%
GREEN value IS 226 (88.67% from 255) = 42.32%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=10.49%
G=42.32%
B=47.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal562262520.780.1000.01187.9697.0360.39
Hex38E2FC4EA01bc613c
Octal70342374116120127414174
Binary11100011100010111111001001110101001101111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,226,252); }

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

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

 a { background-color: rgb(56,226,252); }

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

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

 span { border-color: rgb(56,226,252); }

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