Html Css Color HEX #0EE7DF Bright Turquoise

📋 copy color: '#0EE7DF'

red 14 ◦ green 231 ◦ blue 223

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

Shades of Bright Turquoise #0EE7DF

Tints of Bright Turquoise #0EE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.36%

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

R = 2.99%
G = 49.36%
B = 47.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#0EE7DF (or 0x0EE7DF) is known color: Bright Turquoise. HEX triplet: 0E, E7 and DF. RGB value is (14,231,223). Sum of RGB (Red+Green+Blue) = 14+231+223=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE7DF is #F11820. Grayscale: #A5A5A5. Windows color (decimal): -15800353 or 14673678. OLE color: 14673678.

HSL color Cylindrical-coordinate representation of color #0EE7DF: hue angle of 177.79º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE7DF is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 231 223 -
CMYK 0.94 0 0.03 0.09
HSL 177.79º 0.89% 0.48% -
HSV(B) 177.79º 0.94% 0.91% -
XYZ 42.08 62.57 79.67 -
YUV 165.21 160.61 20.15 -
System Red Green Blue C M Y K H S L
Decimal 14 231 223 0.94 0 0.03 0.09 177.79 0.89 0.48
Hex E E7 DF 5E 0 3 9 B2 59 30
Octal 16 347 337 136 0 3 11 262 131 60
Binary 1110 11100111 11011111 1011110 0 11 1001 10110010 1011001 110000

Color Harmonies of #0EE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE7DF

Black with #0EE7DF

Text Example


Text Example

White with #0EE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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