Html Css Color HEX #0EEECD Bright Turquoise

📋 copy color: '#0EEECD'

red 14 ◦ green 238 ◦ blue 205

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

Shades of Bright Turquoise #0EEECD

Tints of Bright Turquoise #0EEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 3.06%
G = 52.08%
B = 44.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#0EEECD (or 0x0EEECD) is known color: Bright Turquoise. HEX triplet: 0E, EE and CD. RGB value is (14,238,205). Sum of RGB (Red+Green+Blue) = 14+238+205=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEECD is #F11132. Grayscale: #A7A7A7. Windows color (decimal): -15798579 or 13495822. OLE color: 13495822.

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

Color convert

RGB 14 238 205 -
CMYK 0.94 0 0.14 0.07
HSL 171.16º 0.89% 0.49% -
HSV(B) 171.16º 0.94% 0.93% -
XYZ 41.78 65.65 68.23 -
YUV 167.26 149.29 18.68 -
System Red Green Blue C M Y K H S L
Decimal 14 238 205 0.94 0 0.14 0.07 171.16 0.89 0.49
Hex E EE CD 5E 0 E 7 AB 59 31
Octal 16 356 315 136 0 16 7 253 131 61
Binary 1110 11101110 11001101 1011110 0 1110 111 10101011 1011001 110001

Color Harmonies of #0EEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEECD

Black with #0EEECD

Text Example


Text Example

White with #0EEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,238,205); }

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

background-color css

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

 a { background-color: rgb(14,238,205); }

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

border-color css

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

 span { border-color: rgb(14,238,205); }

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