Html Css Color HEX #0EDFF6 Bright Turquoise

📋 copy color: '#0EDFF6'

red 14 ◦ green 223 ◦ blue 246

#0EDFF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0EDFF6

Tints of Bright Turquoise #0EDFF6

RGB

 RED value IS 14 (5.86% from 255) = 2.9%

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 2.9%
G = 46.17%
B = 50.93%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0EDFF6 (or 0x0EDFF6) is known color: Bright Turquoise. HEX triplet: 0E, DF and F6. RGB value is (14,223,246). Sum of RGB (Red+Green+Blue) = 14+223+246=483 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #0EDFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDFF6 is #F12009. Grayscale: #A2A2A2. Windows color (decimal): -15802378 or 16178958. OLE color: 16178958.

HSL color Cylindrical-coordinate representation of color #0EDFF6: hue angle of 185.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFF6 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 223 246 -
CMYK 0.94 0.09 0 0.04
HSL 185.95º 0.93% 0.51% -
HSV(B) 185.95º 0.94% 0.96% -
XYZ 43.2 59.52 96.4 -
YUV 163.13 174.76 21.63 -
System Red Green Blue C M Y K H S L
Decimal 14 223 246 0.94 0.09 0 0.04 185.95 0.93 0.51
Hex E DF F6 5E 9 0 4 BA 5D 33
Octal 16 337 366 136 11 0 4 272 135 63
Binary 1110 11011111 11110110 1011110 1001 0 100 10111010 1011101 110011

Color Harmonies of #0EDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFF6

Black with #0EDFF6

Text Example


Text Example

White with #0EDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EDFF6;
 }
 .AnyTagClassName
 {
   color: #0EDFF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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