Html Css Color HEX #0EDFFA Bright Turquoise

📋 copy color: '#0EDFFA'

red 14 ◦ green 223 ◦ blue 250

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

Shades of Bright Turquoise #0EDFFA

Tints of Bright Turquoise #0EDFFA

RGB

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

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

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

R = 2.87%
G = 45.79%
B = 51.33%

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

#0EDFFA (or 0x0EDFFA) is known color: Bright Turquoise. HEX triplet: 0E, DF and FA. RGB value is (14,223,250). Sum of RGB (Red+Green+Blue) = 14+223+250=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EDFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDFFA is #F12005. Grayscale: #A3A3A3. Windows color (decimal): -15802374 or 16441102. OLE color: 16441102.

HSL color Cylindrical-coordinate representation of color #0EDFFA: hue angle of 186.86º 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 #0EDFFA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 223 250 -
CMYK 0.94 0.11 0 0.02
HSL 186.86º 0.96% 0.52% -
HSV(B) 186.86º 0.94% 0.98% -
XYZ 43.82 59.77 99.67 -
YUV 163.59 176.76 21.3 -
System Red Green Blue C M Y K H S L
Decimal 14 223 250 0.94 0.11 0 0.02 186.86 0.96 0.52
Hex E DF FA 5E B 0 2 BB 60 34
Octal 16 337 372 136 13 0 2 273 140 64
Binary 1110 11011111 11111010 1011110 1011 0 10 10111011 1100000 110100

Color Harmonies of #0EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFFA

Black with #0EDFFA

Text Example


Text Example

White with #0EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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