Html Css Color HEX #09DFDF Bright Turquoise

📋 copy color: '#09DFDF'

red 9 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #09DFDF

Tints of Bright Turquoise #09DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

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

R = 1.98%
G = 49.01%
B = 49.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09DFDF (or 0x09DFDF) is known color: Bright Turquoise. HEX triplet: 09, DF and DF. RGB value is (9,223,223). Sum of RGB (Red+Green+Blue) = 9+223+223=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #09DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFDF is #F62020. Grayscale: #9E9E9E. Windows color (decimal): -16130081 or 14671625. OLE color: 14671625.

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

Color convert

RGB 9 223 223 -
CMYK 0.96 0 0 0.13
HSL 180º 0.92% 0.45% -
HSV(B) 180º 0.96% 0.87% -
XYZ 39.82 58.16 78.94 -
YUV 159.01 164.1 21 -
System Red Green Blue C M Y K H S L
Decimal 9 223 223 0.96 0 0 0.13 180 0.92 0.45
Hex 9 DF DF 60 0 0 D B4 5C 2D
Octal 11 337 337 140 0 0 15 264 134 55
Binary 1001 11011111 11011111 1100000 0 0 1101 10110100 1011100 101101

Color Harmonies of #09DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFDF

Black with #09DFDF

Text Example


Text Example

White with #09DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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