Html Css Color HEX #09DFD0 Bright Turquoise

📋 copy color: '#09DFD0'

red 9 ◦ green 223 ◦ blue 208

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

Shades of Bright Turquoise #09DFD0

Tints of Bright Turquoise #09DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 2.05%
G = 50.68%
B = 47.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#09DFD0 (or 0x09DFD0) is known color: Bright Turquoise. HEX triplet: 09, DF and D0. RGB value is (9,223,208). Sum of RGB (Red+Green+Blue) = 9+223+208=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFD0 is #F6202F. Grayscale: #9D9D9D. Windows color (decimal): -16130096 or 13688585. OLE color: 13688585.

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

Color convert

RGB 9 223 208 -
CMYK 0.96 0 0.07 0.13
HSL 175.79º 0.92% 0.45% -
HSV(B) 175.79º 0.96% 0.87% -
XYZ 37.89 57.39 68.75 -
YUV 157.3 156.6 22.22 -
System Red Green Blue C M Y K H S L
Decimal 9 223 208 0.96 0 0.07 0.13 175.79 0.92 0.45
Hex 9 DF D0 60 0 7 D B0 5C 2D
Octal 11 337 320 140 0 7 15 260 134 55
Binary 1001 11011111 11010000 1100000 0 111 1101 10110000 1011100 101101

Color Harmonies of #09DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFD0

Black with #09DFD0

Text Example


Text Example

White with #09DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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