Html Css Color HEX #09F3DF Bright Turquoise

📋 copy color: '#09F3DF'

red 9 ◦ green 243 ◦ blue 223

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

Shades of Bright Turquoise #09F3DF

Tints of Bright Turquoise #09F3DF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.16%

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

R = 1.89%
G = 51.16%
B = 46.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#09F3DF (or 0x09F3DF) is known color: Bright Turquoise. HEX triplet: 09, F3 and DF. RGB value is (9,243,223). Sum of RGB (Red+Green+Blue) = 9+243+223=475 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #09F3DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F3DF is #F60C20. Grayscale: #AAAAAA. Windows color (decimal): -16124961 or 14676745. OLE color: 14676745.

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

Color convert

RGB 9 243 223 -
CMYK 0.96 0 0.08 0.05
HSL 174.87º 0.93% 0.49% -
HSV(B) 174.87º 0.96% 0.95% -
XYZ 45.48 69.49 80.83 -
YUV 170.75 157.48 12.63 -
System Red Green Blue C M Y K H S L
Decimal 9 243 223 0.96 0 0.08 0.05 174.87 0.93 0.49
Hex 9 F3 DF 60 0 8 5 AF 5D 31
Octal 11 363 337 140 0 10 5 257 135 61
Binary 1001 11110011 11011111 1100000 0 1000 101 10101111 1011101 110001

Color Harmonies of #09F3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F3DF

Black with #09F3DF

Text Example


Text Example

White with #09F3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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