#0EDFF7

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

Shades of Bright Turquoise #0EDFF7

Tints of Bright Turquoise #0EDFF7

Color information

#0EDFF7 (or 0x0EDFF7) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DF and F7. RGB value is (14,223,247). Sum of RGB (Red+Green+Blue) = 14+223+247=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #0EDFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDFF7 is #F12008. Grayscale: #A2A2A2. Windows color (decimal): -15802377 or 16244494. OLE color: 16244494.

HSL color Cylindrical-coordinate representation of color #0EDFF7: hue angle of 186.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFF7 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14223247-
CMYK0.940.1000.03
HSL186.18º93.57%51.18%-
HSV(B)186.18º94.33%96.86%-
XYZ43.3659.5897.21-
YUV163.24175.2621.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.89%
GREEN value IS 223 (87.5% from 255) = 46.07%
BLUE value IS 247 (96.88% from 255) = 51.03%
R=2.89%
G=46.07%
B=51.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142232470.940.1000.03186.1893.5751.18
HexEDFF75EA03ba5e33
Octal16337367136120327213663
Binary1110110111111111011110111101010011101110101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EDFF7; }

 p { color: rgb(14,223,247); }

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

<style>
 a { background-color: #0EDFF7; }

 a { background-color: rgb(14,223,247); }

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

<style>
 span { border-color: #0EDFF7; }

 span { border-color: rgb(14,223,247); }

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