Html Css Color HEX #0EFBC0 Bright Turquoise

📋 copy color: '#0EFBC0'

red 14 ◦ green 251 ◦ blue 192

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

Shades of Bright Turquoise #0EFBC0

Tints of Bright Turquoise #0EFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.92%

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 3.06%
G = 54.92%
B = 42.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0EFBC0 (or 0x0EFBC0) is known color: Bright Turquoise. HEX triplet: 0E, FB and C0. RGB value is (14,251,192). Sum of RGB (Red+Green+Blue) = 14+251+192=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFBC0 is #F1043F. Grayscale: #ADADAD. Windows color (decimal): -15795264 or 12647182. OLE color: 12647182.

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

Color convert

RGB 14 251 192 -
CMYK 0.94 0 0.24 0.02
HSL 165.06º 0.97% 0.52% -
HSV(B) 165.06º 0.94% 0.98% -
XYZ 44.19 72.89 61.61 -
YUV 173.41 138.48 14.3 -
System Red Green Blue C M Y K H S L
Decimal 14 251 192 0.94 0 0.24 0.02 165.06 0.97 0.52
Hex E FB C0 5E 0 18 2 A5 61 34
Octal 16 373 300 136 0 30 2 245 141 64
Binary 1110 11111011 11000000 1011110 0 11000 10 10100101 1100001 110100

Color Harmonies of #0EFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFBC0

Black with #0EFBC0

Text Example


Text Example

White with #0EFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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