Html Css Color HEX #00E6D2 Bright Turquoise

📋 copy color: '#00E6D2'

red 0 ◦ green 230 ◦ blue 210

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

Shades of Bright Turquoise #00E6D2

Tints of Bright Turquoise #00E6D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 0%
G = 52.27%
B = 47.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#00E6D2 (or 0x00E6D2) is known color: Bright Turquoise. HEX triplet: 00, E6 and D2. RGB value is (0,230,210). Sum of RGB (Red+Green+Blue) = 0+230+210=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #00E6D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E6D2 is #FF192D. Grayscale: #9E9E9E. Windows color (decimal): -16718126 or 13821440. OLE color: 13821440.

HSL color Cylindrical-coordinate representation of color #00E6D2: hue angle of 174.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E6D2 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 230 210 -
CMYK 1 0 0.09 0.10
HSL 174.78º 1% 0.45% -
HSV(B) 174.78º 1% 0.9% -
XYZ 39.93 61.25 70.69 -
YUV 158.95 156.8 14.63 -
System Red Green Blue C M Y K H S L
Decimal 0 230 210 1 0 0.09 0.10 174.78 1 0.45
Hex 0 E6 D2 64 0 9 A AF 64 2D
Octal 0 346 322 144 0 11 12 257 144 55
Binary 0 11100110 11010010 1100100 0 1001 1010 10101111 1100100 101101

Color Harmonies of #00E6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E6D2

Black with #00E6D2

Text Example


Text Example

White with #00E6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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