Html Css Color HEX #0EDECA Bright Turquoise

📋 copy color: '#0EDECA'

red 14 ◦ green 222 ◦ blue 202

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

Shades of Bright Turquoise #0EDECA

Tints of Bright Turquoise #0EDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 3.2%
G = 50.68%
B = 46.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#0EDECA (or 0x0EDECA) is known color: Bright Turquoise. HEX triplet: 0E, DE and CA. RGB value is (14,222,202). Sum of RGB (Red+Green+Blue) = 14+222+202=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDECA is #F12135. Grayscale: #9D9D9D. Windows color (decimal): -15802678 or 13295118. OLE color: 13295118.

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

Color convert

RGB 14 222 202 -
CMYK 0.94 0 0.09 0.13
HSL 174.23º 0.88% 0.46% -
HSV(B) 174.23º 0.94% 0.87% -
XYZ 36.96 56.6 64.85 -
YUV 157.53 153.09 25.63 -
System Red Green Blue C M Y K H S L
Decimal 14 222 202 0.94 0 0.09 0.13 174.23 0.88 0.46
Hex E DE CA 5E 0 9 D AE 58 2E
Octal 16 336 312 136 0 11 15 256 130 56
Binary 1110 11011110 11001010 1011110 0 1001 1101 10101110 1011000 101110

Color Harmonies of #0EDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDECA

Black with #0EDECA

Text Example


Text Example

White with #0EDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,202); }

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

background-color css

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

 a { background-color: rgb(14,222,202); }

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

border-color css

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

 span { border-color: rgb(14,222,202); }

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