Html Css Color HEX #09F9CF Bright Turquoise

📋 copy color: '#09F9CF'

red 9 ◦ green 249 ◦ blue 207

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

Shades of Bright Turquoise #09F9CF

Tints of Bright Turquoise #09F9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.55%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 1.94%
G = 53.55%
B = 44.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#09F9CF (or 0x09F9CF) is known color: Bright Turquoise. HEX triplet: 09, F9 and CF. RGB value is (9,249,207). Sum of RGB (Red+Green+Blue) = 9+249+207=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F9CF is #F60630. Grayscale: #ACACAC. Windows color (decimal): -16123441 or 13629705. OLE color: 13629705.

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

Color convert

RGB 9 249 207 -
CMYK 0.96 0 0.17 0.02
HSL 169.5º 0.95% 0.51% -
HSV(B) 169.5º 0.96% 0.98% -
XYZ 45.25 72.31 70.6 -
YUV 172.45 147.49 11.42 -
System Red Green Blue C M Y K H S L
Decimal 9 249 207 0.96 0 0.17 0.02 169.5 0.95 0.51
Hex 9 F9 CF 60 0 11 2 AA 5F 33
Octal 11 371 317 140 0 21 2 252 137 63
Binary 1001 11111001 11001111 1100000 0 10001 10 10101010 1011111 110011

Color Harmonies of #09F9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F9CF

Black with #09F9CF

Text Example


Text Example

White with #09F9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,249,207); }

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

background-color css

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

 a { background-color: rgb(9,249,207); }

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

border-color css

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

 span { border-color: rgb(9,249,207); }

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