Html Css Color HEX #0EFCDB Bright Turquoise

📋 copy color: '#0EFCDB'

red 14 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #0EFCDB

Tints of Bright Turquoise #0EFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.96%

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

R = 2.89%
G = 51.96%
B = 45.15%

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

#0EFCDB (or 0x0EFCDB) is known color: Bright Turquoise. HEX triplet: 0E, FC and DB. RGB value is (14,252,219). Sum of RGB (Red+Green+Blue) = 14+252+219=485 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCDB is #F10324. Grayscale: #B0B0B0. Windows color (decimal): -15794981 or 14416910. OLE color: 14416910.

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

Color convert

RGB 14 252 219 -
CMYK 0.94 0 0.13 0.01
HSL 171.68º 0.98% 0.52% -
HSV(B) 171.68º 0.94% 0.99% -
XYZ 47.78 74.83 78.94 -
YUV 177.08 151.65 11.68 -
System Red Green Blue C M Y K H S L
Decimal 14 252 219 0.94 0 0.13 0.01 171.68 0.98 0.52
Hex E FC DB 5E 0 D 1 AC 62 34
Octal 16 374 333 136 0 15 1 254 142 64
Binary 1110 11111100 11011011 1011110 0 1101 1 10101100 1100010 110100

Color Harmonies of #0EFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFCDB

Black with #0EFCDB

Text Example


Text Example

White with #0EFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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