Html Css Color HEX #0EDCEA Bright Turquoise

📋 copy color: '#0EDCEA'

red 14 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #0EDCEA

Tints of Bright Turquoise #0EDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 2.99%
G = 47.01%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EDCEA (or 0x0EDCEA) is known color: Bright Turquoise. HEX triplet: 0E, DC and EA. RGB value is (14,220,234). Sum of RGB (Red+Green+Blue) = 14+220+234=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EDCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCEA is #F12315. Grayscale: #9F9F9F. Windows color (decimal): -15803158 or 15391758. OLE color: 15391758.

HSL color Cylindrical-coordinate representation of color #0EDCEA: hue angle of 183.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCEA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 220 234 -
CMYK 0.94 0.06 0 0.08
HSL 183.82º 0.89% 0.49% -
HSV(B) 183.82º 0.94% 0.92% -
XYZ 40.63 57.22 86.75 -
YUV 160 169.75 23.86 -
System Red Green Blue C M Y K H S L
Decimal 14 220 234 0.94 0.06 0 0.08 183.82 0.89 0.49
Hex E DC EA 5E 6 0 8 B8 59 31
Octal 16 334 352 136 6 0 10 270 131 61
Binary 1110 11011100 11101010 1011110 110 0 1000 10111000 1011001 110001

Color Harmonies of #0EDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCEA

Black with #0EDCEA

Text Example


Text Example

White with #0EDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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