Html Css Color HEX #09DFCB Bright Turquoise

📋 copy color: '#09DFCB'

red 9 ◦ green 223 ◦ blue 203

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

Shades of Bright Turquoise #09DFCB

Tints of Bright Turquoise #09DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 2.07%
G = 51.26%
B = 46.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#09DFCB (or 0x09DFCB) is known color: Bright Turquoise. HEX triplet: 09, DF and CB. RGB value is (9,223,203). Sum of RGB (Red+Green+Blue) = 9+223+203=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFCB is #F62034. Grayscale: #9C9C9C. Windows color (decimal): -16130101 or 13360905. OLE color: 13360905.

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

Color convert

RGB 9 223 203 -
CMYK 0.96 0 0.09 0.13
HSL 174.39º 0.92% 0.45% -
HSV(B) 174.39º 0.96% 0.87% -
XYZ 37.28 57.15 65.57 -
YUV 156.73 154.1 22.63 -
System Red Green Blue C M Y K H S L
Decimal 9 223 203 0.96 0 0.09 0.13 174.39 0.92 0.45
Hex 9 DF CB 60 0 9 D AE 5C 2D
Octal 11 337 313 140 0 11 15 256 134 55
Binary 1001 11011111 11001011 1100000 0 1001 1101 10101110 1011100 101101

Color Harmonies of #09DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFCB

Black with #09DFCB

Text Example


Text Example

White with #09DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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