Html Css Color HEX #0EFFCD Bright Turquoise

📋 copy color: '#0EFFCD'

red 14 ◦ green 255 ◦ blue 205

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

Shades of Bright Turquoise #0EFFCD

Tints of Bright Turquoise #0EFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

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

R = 2.95%
G = 53.8%
B = 43.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#0EFFCD (or 0x0EFFCD) is known color: Bright Turquoise. HEX triplet: 0E, FF and CD. RGB value is (14,255,205). Sum of RGB (Red+Green+Blue) = 14+255+205=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFCD is #F10032. Grayscale: #B1B1B1. Windows color (decimal): -15794227 or 13500174. OLE color: 13500174.

HSL color Cylindrical-coordinate representation of color #0EFFCD: hue angle of 167.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFCD is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 205 -
CMYK 0.95 0 0.20 0
HSL 167.55º 1% 0.53% -
HSV(B) 167.55º 0.95% 1% -
XYZ 46.96 76.02 69.96 -
YUV 177.24 143.66 11.57 -
System Red Green Blue C M Y K H S L
Decimal 14 255 205 0.95 0 0.20 0 167.55 1 0.53
Hex E FF CD 5F 0 14 0 A8 64 35
Octal 16 377 315 137 0 24 0 250 144 65
Binary 1110 11111111 11001101 1011111 0 10100 0 10101000 1100100 110101

Color Harmonies of #0EFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFCD

Black with #0EFFCD

Text Example


Text Example

White with #0EFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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