Html Css Color HEX #09F1DF Bright Turquoise

📋 copy color: '#09F1DF'

red 9 ◦ green 241 ◦ blue 223

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

Shades of Bright Turquoise #09F1DF

Tints of Bright Turquoise #09F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 1.9%
G = 50.95%
B = 47.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#09F1DF (or 0x09F1DF) is known color: Bright Turquoise. HEX triplet: 09, F1 and DF. RGB value is (9,241,223). Sum of RGB (Red+Green+Blue) = 9+241+223=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F1DF is #F60E20. Grayscale: #A9A9A9. Windows color (decimal): -16125473 or 14676233. OLE color: 14676233.

HSL color Cylindrical-coordinate representation of color #09F1DF: hue angle of 175.34º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F1DF is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 241 223 -
CMYK 0.96 0 0.07 0.05
HSL 175.34º 0.93% 0.49% -
HSV(B) 175.34º 0.96% 0.95% -
XYZ 44.89 68.3 80.63 -
YUV 169.58 158.14 13.46 -
System Red Green Blue C M Y K H S L
Decimal 9 241 223 0.96 0 0.07 0.05 175.34 0.93 0.49
Hex 9 F1 DF 60 0 7 5 AF 5D 31
Octal 11 361 337 140 0 7 5 257 135 61
Binary 1001 11110001 11011111 1100000 0 111 101 10101111 1011101 110001

Color Harmonies of #09F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F1DF

Black with #09F1DF

Text Example


Text Example

White with #09F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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