Html Css Color HEX #0EFDDB Bright Turquoise

📋 copy color: '#0EFDDB'

red 14 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #0EFDDB

Tints of Bright Turquoise #0EFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.06%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 2.88%
G = 52.06%
B = 45.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#0EFDDB (or 0x0EFDDB) is known color: Bright Turquoise. HEX triplet: 0E, FD and DB. RGB value is (14,253,219). Sum of RGB (Red+Green+Blue) = 14+253+219=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDDB is #F10224. Grayscale: #B1B1B1. Windows color (decimal): -15794725 or 14417166. OLE color: 14417166.

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

Color convert

RGB 14 253 219 -
CMYK 0.94 0 0.13 0.01
HSL 171.46º 0.98% 0.52% -
HSV(B) 171.46º 0.94% 0.99% -
XYZ 48.09 75.46 79.05 -
YUV 177.66 151.32 11.26 -
System Red Green Blue C M Y K H S L
Decimal 14 253 219 0.94 0 0.13 0.01 171.46 0.98 0.52
Hex E FD DB 5E 0 D 1 AB 62 34
Octal 16 375 333 136 0 15 1 253 142 64
Binary 1110 11111101 11011011 1011110 0 1101 1 10101011 1100010 110100

Color Harmonies of #0EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDDB

Black with #0EFDDB

Text Example


Text Example

White with #0EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,219); }

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

background-color css

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

 a { background-color: rgb(14,253,219); }

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

border-color css

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

 span { border-color: rgb(14,253,219); }

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