Html Css Color HEX #09FFD1 Bright Turquoise

📋 copy color: '#09FFD1'

red 9 ◦ green 255 ◦ blue 209

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

Shades of Bright Turquoise #09FFD1

Tints of Bright Turquoise #09FFD1

RGB

 RED value IS 9 (3.91% from 255) = 1.9%

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 1.9%
G = 53.91%
B = 44.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#09FFD1 (or 0x09FFD1) is known color: Bright Turquoise. HEX triplet: 09, FF and D1. RGB value is (9,255,209). Sum of RGB (Red+Green+Blue) = 9+255+209=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFD1 is #F6002E. Grayscale: #B0B0B0. Windows color (decimal): -16121903 or 13762313. OLE color: 13762313.

HSL color Cylindrical-coordinate representation of color #09FFD1: hue angle of 168.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFD1 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 209 -
CMYK 0.96 0 0.18 0
HSL 168.78º 1% 0.52% -
HSV(B) 168.78º 0.96% 1% -
XYZ 47.38 76.18 72.53 -
YUV 176.2 146.5 8.74 -
System Red Green Blue C M Y K H S L
Decimal 9 255 209 0.96 0 0.18 0 168.78 1 0.52
Hex 9 FF D1 60 0 12 0 A9 64 34
Octal 11 377 321 140 0 22 0 251 144 64
Binary 1001 11111111 11010001 1100000 0 10010 0 10101001 1100100 110100

Color Harmonies of #09FFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFD1

Black with #09FFD1

Text Example


Text Example

White with #09FFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09FFD1; }

 p { color: rgb(9,255,209); }

 H1.HeaderClassName
 {
   color: #09FFD1;
 }
 .AnyTagClassName
 {
   color: #09FFD1;
 }
</style>

background-color css

<style>
 a { background-color: #09FFD1; }

 a { background-color: rgb(9,255,209); }

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

border-color css

<style>
 span { border-color: #09FFD1; }

 span { border-color: rgb(9,255,209); }

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