Html Css Color HEX #0EFCDC Bright Turquoise

📋 copy color: '#0EFCDC'

red 14 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #0EFCDC

Tints of Bright Turquoise #0EFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 2.88%
G = 51.85%
B = 45.27%

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

#0EFCDC (or 0x0EFCDC) is known color: Bright Turquoise. HEX triplet: 0E, FC and DC. RGB value is (14,252,220). Sum of RGB (Red+Green+Blue) = 14+252+220=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCDC is #F10323. Grayscale: #B1B1B1. Windows color (decimal): -15794980 or 14482446. OLE color: 14482446.

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

Color convert

RGB 14 252 220 -
CMYK 0.94 0 0.13 0.01
HSL 171.93º 0.98% 0.52% -
HSV(B) 171.93º 0.94% 0.99% -
XYZ 47.91 74.88 79.64 -
YUV 177.19 152.15 11.6 -
System Red Green Blue C M Y K H S L
Decimal 14 252 220 0.94 0 0.13 0.01 171.93 0.98 0.52
Hex E FC DC 5E 0 D 1 AC 62 34
Octal 16 374 334 136 0 15 1 254 142 64
Binary 1110 11111100 11011100 1011110 0 1101 1 10101100 1100010 110100

Color Harmonies of #0EFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFCDC

Black with #0EFCDC

Text Example


Text Example

White with #0EFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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