Html Css Color HEX #09DDDF Bright Turquoise

📋 copy color: '#09DDDF'

red 9 ◦ green 221 ◦ blue 223

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

Shades of Bright Turquoise #09DDDF

Tints of Bright Turquoise #09DDDF

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 9 221 223 -
CMYK 0.96 0.01 0 0.13
HSL 180.56º 0.92% 0.45% -
HSV(B) 180.56º 0.96% 0.87% -
XYZ 39.29 57.1 78.76 -
YUV 157.84 164.76 21.84 -
System Red Green Blue C M Y K H S L
Decimal 9 221 223 0.96 0.01 0 0.13 180.56 0.92 0.45
Hex 9 DD DF 60 1 0 D B5 5C 2D
Octal 11 335 337 140 1 0 15 265 134 55
Binary 1001 11011101 11011111 1100000 1 0 1101 10110101 1011100 101101

Color Harmonies of #09DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DDDF

Black with #09DDDF

Text Example


Text Example

White with #09DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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