Html Css Color HEX #00FFCE Bright Turquoise

📋 copy color: '#00FFCE'

red 0 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #00FFCE

Tints of Bright Turquoise #00FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 55.31%

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 0%
G = 55.31%
B = 44.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#00FFCE (or 0x00FFCE) is known color: Bright Turquoise. HEX triplet: 00, FF and CE. RGB value is (0,255,206). Sum of RGB (Red+Green+Blue) = 0+255+206=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFCE is #FF0031. Grayscale: #ADADAD. Windows color (decimal): -16711730 or 13565696. OLE color: 13565696.

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

Color convert

RGB 0 255 206 -
CMYK 1 0 0.19 0
HSL 168.47º 1% 0.5% -
HSV(B) 168.47º 1% 1% -
XYZ 46.9 75.98 70.59 -
YUV 173.17 146.52 4.48 -
System Red Green Blue C M Y K H S L
Decimal 0 255 206 1 0 0.19 0 168.47 1 0.5
Hex 0 FF CE 64 0 13 0 A8 64 32
Octal 0 377 316 144 0 23 0 250 144 62
Binary 0 11111111 11001110 1100100 0 10011 0 10101000 1100100 110010

Color Harmonies of #00FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFCE

Black with #00FFCE

Text Example


Text Example

White with #00FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,255,206); }

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

background-color css

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

 a { background-color: rgb(0,255,206); }

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

border-color css

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

 span { border-color: rgb(0,255,206); }

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