Html Css Color HEX #09FBDB Bright Turquoise

📋 copy color: '#09FBDB'

red 9 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #09FBDB

Tints of Bright Turquoise #09FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.4%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 1.88%
G = 52.4%
B = 45.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#09FBDB (or 0x09FBDB) is known color: Bright Turquoise. HEX triplet: 09, FB and DB. RGB value is (9,251,219). Sum of RGB (Red+Green+Blue) = 9+251+219=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBDB is #F60424. Grayscale: #AEAEAE. Windows color (decimal): -16122917 or 14416649. OLE color: 14416649.

HSL color Cylindrical-coordinate representation of color #09FBDB: hue angle of 172.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FBDB is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 251 219 -
CMYK 0.96 0 0.13 0.02
HSL 172.07º 0.97% 0.51% -
HSV(B) 172.07º 0.96% 0.98% -
XYZ 47.4 74.17 78.84 -
YUV 174.99 152.83 9.6 -
System Red Green Blue C M Y K H S L
Decimal 9 251 219 0.96 0 0.13 0.02 172.07 0.97 0.51
Hex 9 FB DB 60 0 D 2 AC 61 33
Octal 11 373 333 140 0 15 2 254 141 63
Binary 1001 11111011 11011011 1100000 0 1101 10 10101100 1100001 110011

Color Harmonies of #09FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FBDB

Black with #09FBDB

Text Example


Text Example

White with #09FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,251,219); }

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

background-color css

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

 a { background-color: rgb(9,251,219); }

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

border-color css

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

 span { border-color: rgb(9,251,219); }

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