Html Css Color HEX #09FFCF Bright Turquoise

📋 copy color: '#09FFCF'

red 9 ◦ green 255 ◦ blue 207

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

Shades of Bright Turquoise #09FFCF

Tints of Bright Turquoise #09FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

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

R = 1.91%
G = 54.14%
B = 43.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#09FFCF (or 0x09FFCF) is known color: Bright Turquoise. HEX triplet: 09, FF and CF. RGB value is (9,255,207). Sum of RGB (Red+Green+Blue) = 9+255+207=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFCF is #F60030. Grayscale: #AFAFAF. Windows color (decimal): -16121905 or 13631241. OLE color: 13631241.

HSL color Cylindrical-coordinate representation of color #09FFCF: hue angle of 168.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFCF is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 207 -
CMYK 0.96 0 0.19 0
HSL 168.29º 1% 0.52% -
HSV(B) 168.29º 0.96% 1% -
XYZ 47.14 76.08 71.23 -
YUV 175.97 145.5 8.9 -
System Red Green Blue C M Y K H S L
Decimal 9 255 207 0.96 0 0.19 0 168.29 1 0.52
Hex 9 FF CF 60 0 13 0 A8 64 34
Octal 11 377 317 140 0 23 0 250 144 64
Binary 1001 11111111 11001111 1100000 0 10011 0 10101000 1100100 110100

Color Harmonies of #09FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFCF

Black with #09FFCF

Text Example


Text Example

White with #09FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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