Html Css Color HEX #00FDCF Bright Turquoise

📋 copy color: '#00FDCF'

red 0 ◦ green 253 ◦ blue 207

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

Shades of Bright Turquoise #00FDCF

Tints of Bright Turquoise #00FDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 0%
G = 55%
B = 45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#00FDCF (or 0x00FDCF) is known color: Bright Turquoise. HEX triplet: 00, FD and CF. RGB value is (0,253,207). Sum of RGB (Red+Green+Blue) = 0+253+207=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDCF is #FF0230. Grayscale: #ACACAC. Windows color (decimal): -16712241 or 13630720. OLE color: 13630720.

HSL color Cylindrical-coordinate representation of color #00FDCF: hue angle of 169.09º 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 #00FDCF is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 253 207 -
CMYK 1 0 0.18 0.01
HSL 169.09º 1% 0.5% -
HSV(B) 169.09º 1% 0.99% -
XYZ 46.39 74.76 71.02 -
YUV 172.11 147.68 5.24 -
System Red Green Blue C M Y K H S L
Decimal 0 253 207 1 0 0.18 0.01 169.09 1 0.5
Hex 0 FD CF 64 0 12 1 A9 64 32
Octal 0 375 317 144 0 22 1 251 144 62
Binary 0 11111101 11001111 1100100 0 10010 1 10101001 1100100 110010

Color Harmonies of #00FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDCF

Black with #00FDCF

Text Example


Text Example

White with #00FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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