Html Css Color HEX #0EBFDF Dark Turquoise

📋 copy color: '#0EBFDF'

red 14 ◦ green 191 ◦ blue 223

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

Shades of Dark Turquoise #0EBFDF

Tints of Dark Turquoise #0EBFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 3.27%
G = 44.63%
B = 52.1%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0EBFDF (or 0x0EBFDF) is known color: Dark Turquoise. HEX triplet: 0E, BF and DF. RGB value is (14,191,223). Sum of RGB (Red+Green+Blue) = 14+191+223=428 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.27% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EBFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFDF is #F14020. Grayscale: #8D8D8D. Windows color (decimal): -15810593 or 14663438. OLE color: 14663438.

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

Color convert

RGB 14 191 223 -
CMYK 0.94 0.14 0 0.13
HSL 189.19º 0.88% 0.46% -
HSV(B) 189.19º 0.94% 0.87% -
XYZ 32.13 42.68 76.36 -
YUV 141.73 173.86 36.9 -
System Red Green Blue C M Y K H S L
Decimal 14 191 223 0.94 0.14 0 0.13 189.19 0.88 0.46
Hex E BF DF 5E E 0 D BD 58 2E
Octal 16 277 337 136 16 0 15 275 130 56
Binary 1110 10111111 11011111 1011110 1110 0 1101 10111101 1011000 101110

Color Harmonies of #0EBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFDF

Black with #0EBFDF

Text Example


Text Example

White with #0EBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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