Html Css Color HEX #0EDFCF Bright Turquoise

📋 copy color: '#0EDFCF'

red 14 ◦ green 223 ◦ blue 207

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

Shades of Bright Turquoise #0EDFCF

Tints of Bright Turquoise #0EDFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 3.15%
G = 50.23%
B = 46.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0EDFCF (or 0x0EDFCF) is known color: Bright Turquoise. HEX triplet: 0E, DF and CF. RGB value is (14,223,207). Sum of RGB (Red+Green+Blue) = 14+223+207=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFCF is #F12030. Grayscale: #9E9E9E. Windows color (decimal): -15802417 or 13623054. OLE color: 13623054.

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

Color convert

RGB 14 223 207 -
CMYK 0.94 0 0.07 0.13
HSL 175.41º 0.88% 0.46% -
HSV(B) 175.41º 0.94% 0.87% -
XYZ 37.83 57.37 68.11 -
YUV 158.69 155.26 24.8 -
System Red Green Blue C M Y K H S L
Decimal 14 223 207 0.94 0 0.07 0.13 175.41 0.88 0.46
Hex E DF CF 5E 0 7 D AF 58 2E
Octal 16 337 317 136 0 7 15 257 130 56
Binary 1110 11011111 11001111 1011110 0 111 1101 10101111 1011000 101110

Color Harmonies of #0EDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFCF

Black with #0EDFCF

Text Example


Text Example

White with #0EDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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