#38E7FF

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

Shades of Turquoise #38E7FF

Tints of Turquoise #38E7FF

Color information

#38E7FF (or 0x38E7FF) is unknown color: approx Turquoise. HEX triplet: 38, E7 and FF. RGB value is (56,231,255). Sum of RGB (Red+Green+Blue) = 56+231+255=542 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.33% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #38E7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E7FF is #C71800. Grayscale: #B5B5B5. Windows color (decimal): -13047809 or 16770872. OLE color: 16770872.

HSL color Cylindrical-coordinate representation of color #38E7FF: hue angle of 187.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E7FF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB56231255-
CMYK0.780.0900
HSL187.24º100%60.98%-
HSV(B)187.24º78.04%100%-
XYZ48.2665.21104.65-
YUV181.41169.5238.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.33%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 255 (100% from 255) = 47.05%
R=10.33%
G=42.62%
B=47.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal562312550.780.0900187.2410060.98
Hex38E7FF4E900bb643d
Octal70347377116110027314475
Binary11100011100111111111111001110100100101110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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