Html Css Color HEX #09DFD5 Bright Turquoise

📋 copy color: '#09DFD5'

red 9 ◦ green 223 ◦ blue 213

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

Shades of Bright Turquoise #09DFD5

Tints of Bright Turquoise #09DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 2.02%
G = 50.11%
B = 47.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#09DFD5 (or 0x09DFD5) is known color: Bright Turquoise. HEX triplet: 09, DF and D5. RGB value is (9,223,213). Sum of RGB (Red+Green+Blue) = 9+223+213=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFD5 is #F6202A. Grayscale: #9D9D9D. Windows color (decimal): -16130091 or 14016265. OLE color: 14016265.

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

Color convert

RGB 9 223 213 -
CMYK 0.96 0 0.04 0.13
HSL 177.2º 0.92% 0.45% -
HSV(B) 177.2º 0.96% 0.87% -
XYZ 38.51 57.64 72.05 -
YUV 157.87 159.1 21.81 -
System Red Green Blue C M Y K H S L
Decimal 9 223 213 0.96 0 0.04 0.13 177.2 0.92 0.45
Hex 9 DF D5 60 0 4 D B1 5C 2D
Octal 11 337 325 140 0 4 15 261 134 55
Binary 1001 11011111 11010101 1100000 0 100 1101 10110001 1011100 101101

Color Harmonies of #09DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFD5

Black with #09DFD5

Text Example


Text Example

White with #09DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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