Html Css Color HEX #00FDC7 Bright Turquoise

📋 copy color: '#00FDC7'

red 0 ◦ green 253 ◦ blue 199

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

Shades of Bright Turquoise #00FDC7

Tints of Bright Turquoise #00FDC7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.97%

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 0%
G = 55.97%
B = 44.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#00FDC7 (or 0x00FDC7) is known color: Bright Turquoise. HEX triplet: 00, FD and C7. RGB value is (0,253,199). Sum of RGB (Red+Green+Blue) = 0+253+199=452 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDC7 is #FF0238. Grayscale: #ABABAB. Windows color (decimal): -16712249 or 13106432. OLE color: 13106432.

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

Color convert

RGB 0 253 199 -
CMYK 1 0 0.21 0.01
HSL 167.19º 1% 0.5% -
HSV(B) 167.19º 1% 0.99% -
XYZ 45.43 74.37 65.99 -
YUV 171.2 143.68 5.89 -
System Red Green Blue C M Y K H S L
Decimal 0 253 199 1 0 0.21 0.01 167.19 1 0.5
Hex 0 FD C7 64 0 15 1 A7 64 32
Octal 0 375 307 144 0 25 1 247 144 62
Binary 0 11111101 11000111 1100100 0 10101 1 10100111 1100100 110010

Color Harmonies of #00FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDC7

Black with #00FDC7

Text Example


Text Example

White with #00FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,253,199); }

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

background-color css

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

 a { background-color: rgb(0,253,199); }

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

border-color css

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

 span { border-color: rgb(0,253,199); }

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