Html Css Color HEX #0EDFCA Bright Turquoise

📋 copy color: '#0EDFCA'

red 14 ◦ green 223 ◦ blue 202

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

Shades of Bright Turquoise #0EDFCA

Tints of Bright Turquoise #0EDFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.8%

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

R = 3.19%
G = 50.8%
B = 46.01%

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

#0EDFCA (or 0x0EDFCA) is known color: Bright Turquoise. HEX triplet: 0E, DF and CA. RGB value is (14,223,202). Sum of RGB (Red+Green+Blue) = 14+223+202=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFCA is #F12035. Grayscale: #9D9D9D. Windows color (decimal): -15802422 or 13295374. OLE color: 13295374.

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

Color convert

RGB 14 223 202 -
CMYK 0.94 0 0.09 0.13
HSL 173.97º 0.88% 0.46% -
HSV(B) 173.97º 0.94% 0.87% -
XYZ 37.23 57.13 64.94 -
YUV 158.12 152.76 25.21 -
System Red Green Blue C M Y K H S L
Decimal 14 223 202 0.94 0 0.09 0.13 173.97 0.88 0.46
Hex E DF CA 5E 0 9 D AE 58 2E
Octal 16 337 312 136 0 11 15 256 130 56
Binary 1110 11011111 11001010 1011110 0 1001 1101 10101110 1011000 101110

Color Harmonies of #0EDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFCA

Black with #0EDFCA

Text Example


Text Example

White with #0EDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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