Html Css Color HEX #0EDCD4 Bright Turquoise

📋 copy color: '#0EDCD4'

red 14 ◦ green 220 ◦ blue 212

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

Shades of Bright Turquoise #0EDCD4

Tints of Bright Turquoise #0EDCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 212 (83.2% from 255) = 47.53%

R = 3.14%
G = 49.33%
B = 47.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#0EDCD4 (or 0x0EDCD4) is known color: Bright Turquoise. HEX triplet: 0E, DC and D4. RGB value is (14,220,212). Sum of RGB (Red+Green+Blue) = 14+220+212=446 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.14% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCD4 is #F1232B. Grayscale: #9D9D9D. Windows color (decimal): -15803180 or 13949966. OLE color: 13949966.

HSL color Cylindrical-coordinate representation of color #0EDCD4: hue angle of 177.67º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCD4 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 212 -
CMYK 0.94 0 0.04 0.14
HSL 177.67º 0.88% 0.46% -
HSV(B) 177.67º 0.94% 0.86% -
XYZ 37.66 56.03 71.12 -
YUV 157.49 158.75 25.65 -
System Red Green Blue C M Y K H S L
Decimal 14 220 212 0.94 0 0.04 0.14 177.67 0.88 0.46
Hex E DC D4 5E 0 4 E B2 58 2E
Octal 16 334 324 136 0 4 16 262 130 56
Binary 1110 11011100 11010100 1011110 0 100 1110 10110010 1011000 101110

Color Harmonies of #0EDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCD4

Black with #0EDCD4

Text Example


Text Example

White with #0EDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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