Html Css Color HEX #00FDDB Bright Turquoise

📋 copy color: '#00FDDB'

red 0 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #00FDDB

Tints of Bright Turquoise #00FDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 0%
G = 53.6%
B = 46.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#00FDDB (or 0x00FDDB) is known color: Bright Turquoise. HEX triplet: 00, FD and DB. RGB value is (0,253,219). Sum of RGB (Red+Green+Blue) = 0+253+219=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDDB is #FF0224. Grayscale: #ADADAD. Windows color (decimal): -16712229 or 14417152. OLE color: 14417152.

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

Color convert

RGB 0 253 219 -
CMYK 1 0 0.13 0.01
HSL 171.94º 1% 0.5% -
HSV(B) 171.94º 1% 0.99% -
XYZ 47.91 75.37 79.04 -
YUV 173.48 153.68 4.26 -
System Red Green Blue C M Y K H S L
Decimal 0 253 219 1 0 0.13 0.01 171.94 1 0.5
Hex 0 FD DB 64 0 D 1 AC 64 32
Octal 0 375 333 144 0 15 1 254 144 62
Binary 0 11111101 11011011 1100100 0 1101 1 10101100 1100100 110010

Color Harmonies of #00FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDDB

Black with #00FDDB

Text Example


Text Example

White with #00FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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