Html Css Color HEX #09FFDA Bright Turquoise

📋 copy color: '#09FFDA'

red 9 ◦ green 255 ◦ blue 218

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

Shades of Bright Turquoise #09FFDA

Tints of Bright Turquoise #09FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 1.87%
G = 52.9%
B = 45.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#09FFDA (or 0x09FFDA) is known color: Bright Turquoise. HEX triplet: 09, FF and DA. RGB value is (9,255,218). Sum of RGB (Red+Green+Blue) = 9+255+218=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFDA is #F60025. Grayscale: #B1B1B1. Windows color (decimal): -16121894 or 14352137. OLE color: 14352137.

HSL color Cylindrical-coordinate representation of color #09FFDA: hue angle of 170.98º 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 #09FFDA is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 218 -
CMYK 0.96 0 0.15 0
HSL 170.98º 1% 0.52% -
HSV(B) 170.98º 0.96% 1% -
XYZ 48.53 76.64 78.57 -
YUV 177.23 151 8.01 -
System Red Green Blue C M Y K H S L
Decimal 9 255 218 0.96 0 0.15 0 170.98 1 0.52
Hex 9 FF DA 60 0 F 0 AB 64 34
Octal 11 377 332 140 0 17 0 253 144 64
Binary 1001 11111111 11011010 1100000 0 1111 0 10101011 1100100 110100

Color Harmonies of #09FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFDA

Black with #09FFDA

Text Example


Text Example

White with #09FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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