Html Css Color HEX #0EDEFB Bright Turquoise

📋 copy color: '#0EDEFB'

red 14 ◦ green 222 ◦ blue 251

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

Shades of Bright Turquoise #0EDEFB

Tints of Bright Turquoise #0EDEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 2.87%
G = 45.59%
B = 51.54%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EDEFB (or 0x0EDEFB) is known color: Bright Turquoise. HEX triplet: 0E, DE and FB. RGB value is (14,222,251). Sum of RGB (Red+Green+Blue) = 14+222+251=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EDEFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEFB is #F12104. Grayscale: #A2A2A2. Windows color (decimal): -15802629 or 16506382. OLE color: 16506382.

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

Color convert

RGB 14 222 251 -
CMYK 0.94 0.12 0 0.02
HSL 187.34º 0.97% 0.52% -
HSV(B) 187.34º 0.94% 0.98% -
XYZ 43.71 59.3 100.41 -
YUV 163.11 177.59 21.64 -
System Red Green Blue C M Y K H S L
Decimal 14 222 251 0.94 0.12 0 0.02 187.34 0.97 0.52
Hex E DE FB 5E C 0 2 BB 61 34
Octal 16 336 373 136 14 0 2 273 141 64
Binary 1110 11011110 11111011 1011110 1100 0 10 10111011 1100001 110100

Color Harmonies of #0EDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEFB

Black with #0EDEFB

Text Example


Text Example

White with #0EDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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