#38E0FE

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

Shades of Turquoise #38E0FE

Tints of Turquoise #38E0FE

Color information

#38E0FE (or 0x38E0FE) is unknown color: approx Turquoise. HEX triplet: 38, E0 and FE. RGB value is (56,224,254). Sum of RGB (Red+Green+Blue) = 56+224+254=534 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.49% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #38E0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E0FE is #C71F01. Grayscale: #B0B0B0. Windows color (decimal): -13049602 or 16703544. OLE color: 16703544.

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

Color convert

RGB56224254-
CMYK0.780.1200.00
HSL189.09º99%60.78%-
HSV(B)189.09º77.95%99.61%-
XYZ46.1861.31103.17-
YUV177.19171.3441.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.49%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=10.49%
G=41.95%
B=47.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal562242540.780.1200.00189.099960.78
Hex38E0FE4EC00bd633d
Octal70340376116140027514375
Binary11100011100000111111101001110110000101111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,224,254); }

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

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

 a { background-color: rgb(56,224,254); }

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

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

 span { border-color: rgb(56,224,254); }

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