Html Css Color HEX #09DFDD Bright Turquoise

📋 copy color: '#09DFDD'

red 9 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #09DFDD

Tints of Bright Turquoise #09DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 1.99%
G = 49.23%
B = 48.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#09DFDD (or 0x09DFDD) is known color: Bright Turquoise. HEX triplet: 09, DF and DD. RGB value is (9,223,221). Sum of RGB (Red+Green+Blue) = 9+223+221=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFDD is #F62022. Grayscale: #9E9E9E. Windows color (decimal): -16130083 or 14540553. OLE color: 14540553.

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

Color convert

RGB 9 223 221 -
CMYK 0.96 0 0.01 0.13
HSL 179.44º 0.92% 0.45% -
HSV(B) 179.44º 0.96% 0.87% -
XYZ 39.55 58.05 77.53 -
YUV 158.79 163.1 21.16 -
System Red Green Blue C M Y K H S L
Decimal 9 223 221 0.96 0 0.01 0.13 179.44 0.92 0.45
Hex 9 DF DD 60 0 1 D B3 5C 2D
Octal 11 337 335 140 0 1 15 263 134 55
Binary 1001 11011111 11011101 1100000 0 1 1101 10110011 1011100 101101

Color Harmonies of #09DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFDD

Black with #09DFDD

Text Example


Text Example

White with #09DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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