Html Css Color HEX #0EDEFA Bright Turquoise

📋 copy color: '#0EDEFA'

red 14 ◦ green 222 ◦ blue 250

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

Shades of Bright Turquoise #0EDEFA

Tints of Bright Turquoise #0EDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 2.88%
G = 45.68%
B = 51.44%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EDEFA (or 0x0EDEFA) is known color: Bright Turquoise. HEX triplet: 0E, DE and FA. RGB value is (14,222,250). Sum of RGB (Red+Green+Blue) = 14+222+250=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EDEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEFA is #F12105. Grayscale: #A2A2A2. Windows color (decimal): -15802630 or 16440846. OLE color: 16440846.

HSL color Cylindrical-coordinate representation of color #0EDEFA: hue angle of 187.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDEFA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 222 250 -
CMYK 0.94 0.11 0 0.02
HSL 187.12º 0.96% 0.52% -
HSV(B) 187.12º 0.94% 0.98% -
XYZ 43.56 59.24 99.58 -
YUV 163 177.09 21.72 -
System Red Green Blue C M Y K H S L
Decimal 14 222 250 0.94 0.11 0 0.02 187.12 0.96 0.52
Hex E DE FA 5E B 0 2 BB 60 34
Octal 16 336 372 136 13 0 2 273 140 64
Binary 1110 11011110 11111010 1011110 1011 0 10 10111011 1100000 110100

Color Harmonies of #0EDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEFA

Black with #0EDEFA

Text Example


Text Example

White with #0EDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,250); }

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

background-color css

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

 a { background-color: rgb(14,222,250); }

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

border-color css

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

 span { border-color: rgb(14,222,250); }

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