Html Css Color HEX #09D9DF Bright Turquoise

📋 copy color: '#09D9DF'

red 9 ◦ green 217 ◦ blue 223

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

Shades of Bright Turquoise #09D9DF

Tints of Bright Turquoise #09D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 2%
G = 48.33%
B = 49.67%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09D9DF (or 0x09D9DF) is known color: Bright Turquoise. HEX triplet: 09, D9 and DF. RGB value is (9,217,223). Sum of RGB (Red+Green+Blue) = 9+217+223=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #09D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D9DF is #F62620. Grayscale: #9B9B9B. Windows color (decimal): -16131617 or 14670089. OLE color: 14670089.

HSL color Cylindrical-coordinate representation of color #09D9DF: hue angle of 181.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D9DF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 217 223 -
CMYK 0.96 0.03 0 0.13
HSL 181.68º 0.92% 0.45% -
HSV(B) 181.68º 0.96% 0.87% -
XYZ 38.24 55.01 78.41 -
YUV 155.49 166.09 23.51 -
System Red Green Blue C M Y K H S L
Decimal 9 217 223 0.96 0.03 0 0.13 181.68 0.92 0.45
Hex 9 D9 DF 60 3 0 D B6 5C 2D
Octal 11 331 337 140 3 0 15 266 134 55
Binary 1001 11011001 11011111 1100000 11 0 1101 10110110 1011100 101101

Color Harmonies of #09D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D9DF

Black with #09D9DF

Text Example


Text Example

White with #09D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,217,223); }

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

background-color css

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

 a { background-color: rgb(9,217,223); }

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

border-color css

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

 span { border-color: rgb(9,217,223); }

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