Html Css Color HEX #00E6EF Bright Turquoise

📋 copy color: '#00E6EF'

red 0 ◦ green 230 ◦ blue 239

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

Shades of Bright Turquoise #00E6EF

Tints of Bright Turquoise #00E6EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 230 (90.23% from 255) = 49.04%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 0%
G = 49.04%
B = 50.96%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#00E6EF (or 0x00E6EF) is known color: Bright Turquoise. HEX triplet: 00, E6 and EF. RGB value is (0,230,239). Sum of RGB (Red+Green+Blue) = 0+230+239=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #00E6EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E6EF is #FF1910. Grayscale: #A1A1A1. Windows color (decimal): -16718097 or 15721984. OLE color: 15721984.

HSL color Cylindrical-coordinate representation of color #00E6EF: hue angle of 182.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E6EF is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 230 239 -
CMYK 1 0.04 0 0.06
HSL 182.26º 1% 0.47% -
HSV(B) 182.26º 1% 0.94% -
XYZ 43.88 62.83 91.48 -
YUV 162.26 171.3 12.27 -
System Red Green Blue C M Y K H S L
Decimal 0 230 239 1 0.04 0 0.06 182.26 1 0.47
Hex 0 E6 EF 64 4 0 6 B6 64 2F
Octal 0 346 357 144 4 0 6 266 144 57
Binary 0 11100110 11101111 1100100 100 0 110 10110110 1100100 101111

Color Harmonies of #00E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E6EF

Black with #00E6EF

Text Example


Text Example

White with #00E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00E6EF; }

 p { color: rgb(0,230,239); }

 H1.HeaderClassName
 {
   color: #00E6EF;
 }
 .AnyTagClassName
 {
   color: #00E6EF;
 }
</style>

background-color css

<style>
 a { background-color: #00E6EF; }

 a { background-color: rgb(0,230,239); }

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

border-color css

<style>
 span { border-color: #00E6EF; }

 span { border-color: rgb(0,230,239); }

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