Html Css Color HEX #09FBDD Bright Turquoise

📋 copy color: '#09FBDD'

red 9 ◦ green 251 ◦ blue 221

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

Shades of Bright Turquoise #09FBDD

Tints of Bright Turquoise #09FBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 1.87%
G = 52.18%
B = 45.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#09FBDD (or 0x09FBDD) is known color: Bright Turquoise. HEX triplet: 09, FB and DD. RGB value is (9,251,221). Sum of RGB (Red+Green+Blue) = 9+251+221=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBDD is #F60422. Grayscale: #AFAFAF. Windows color (decimal): -16122915 or 14547721. OLE color: 14547721.

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

Color convert

RGB 9 251 221 -
CMYK 0.96 0 0.12 0.02
HSL 172.56º 0.97% 0.51% -
HSV(B) 172.56º 0.96% 0.98% -
XYZ 47.66 74.27 80.23 -
YUV 175.22 153.83 9.44 -
System Red Green Blue C M Y K H S L
Decimal 9 251 221 0.96 0 0.12 0.02 172.56 0.97 0.51
Hex 9 FB DD 60 0 C 2 AD 61 33
Octal 11 373 335 140 0 14 2 255 141 63
Binary 1001 11111011 11011101 1100000 0 1100 10 10101101 1100001 110011

Color Harmonies of #09FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FBDD

Black with #09FBDD

Text Example


Text Example

White with #09FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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