Html Css Color HEX #0EFCDF Bright Turquoise

📋 copy color: '#0EFCDF'

red 14 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #0EFCDF

Tints of Bright Turquoise #0EFCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 2.86%
G = 51.53%
B = 45.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#0EFCDF (or 0x0EFCDF) is known color: Bright Turquoise. HEX triplet: 0E, FC and DF. RGB value is (14,252,223). Sum of RGB (Red+Green+Blue) = 14+252+223=489 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCDF is #F10320. Grayscale: #B1B1B1. Windows color (decimal): -15794977 or 14679054. OLE color: 14679054.

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

Color convert

RGB 14 252 223 -
CMYK 0.94 0 0.12 0.01
HSL 172.69º 0.98% 0.52% -
HSV(B) 172.69º 0.94% 0.99% -
XYZ 48.31 75.04 81.75 -
YUV 177.53 153.65 11.36 -
System Red Green Blue C M Y K H S L
Decimal 14 252 223 0.94 0 0.12 0.01 172.69 0.98 0.52
Hex E FC DF 5E 0 C 1 AD 62 34
Octal 16 374 337 136 0 14 1 255 142 64
Binary 1110 11111100 11011111 1011110 0 1100 1 10101101 1100010 110100

Color Harmonies of #0EFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFCDF

Black with #0EFCDF

Text Example


Text Example

White with #0EFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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