Html Css Color HEX #0EDCDF Bright Turquoise

📋 copy color: '#0EDCDF'

red 14 ◦ green 220 ◦ blue 223

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

Shades of Bright Turquoise #0EDCDF

Tints of Bright Turquoise #0EDCDF

RGB

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

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

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

R = 3.06%
G = 48.14%
B = 48.8%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0EDCDF (or 0x0EDCDF) is known color: Bright Turquoise. HEX triplet: 0E, DC and DF. RGB value is (14,220,223). Sum of RGB (Red+Green+Blue) = 14+220+223=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EDCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCDF is #F12320. Grayscale: #9E9E9E. Windows color (decimal): -15803169 or 14670862. OLE color: 14670862.

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

Color convert

RGB 14 220 223 -
CMYK 0.94 0.01 0 0.13
HSL 180.86º 0.88% 0.46% -
HSV(B) 180.86º 0.94% 0.87% -
XYZ 39.09 56.61 78.68 -
YUV 158.75 164.25 24.76 -
System Red Green Blue C M Y K H S L
Decimal 14 220 223 0.94 0.01 0 0.13 180.86 0.88 0.46
Hex E DC DF 5E 1 0 D B5 58 2E
Octal 16 334 337 136 1 0 15 265 130 56
Binary 1110 11011100 11011111 1011110 1 0 1101 10110101 1011000 101110

Color Harmonies of #0EDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCDF

Black with #0EDCDF

Text Example


Text Example

White with #0EDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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