Html Css Color HEX #09F8DF Bright Turquoise

📋 copy color: '#09F8DF'

red 9 ◦ green 248 ◦ blue 223

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

Shades of Bright Turquoise #09F8DF

Tints of Bright Turquoise #09F8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.67%

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

R = 1.88%
G = 51.67%
B = 46.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#09F8DF (or 0x09F8DF) is known color: Bright Turquoise. HEX triplet: 09, F8 and DF. RGB value is (9,248,223). Sum of RGB (Red+Green+Blue) = 9+248+223=480 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #09F8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F8DF is #F60720. Grayscale: #ADADAD. Windows color (decimal): -16123681 or 14678025. OLE color: 14678025.

HSL color Cylindrical-coordinate representation of color #09F8DF: hue angle of 173.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F8DF is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 248 223 -
CMYK 0.96 0 0.10 0.03
HSL 173.72º 0.94% 0.5% -
HSV(B) 173.72º 0.96% 0.97% -
XYZ 47 72.52 81.33 -
YUV 173.69 155.82 10.53 -
System Red Green Blue C M Y K H S L
Decimal 9 248 223 0.96 0 0.10 0.03 173.72 0.94 0.5
Hex 9 F8 DF 60 0 A 3 AE 5E 32
Octal 11 370 337 140 0 12 3 256 136 62
Binary 1001 11111000 11011111 1100000 0 1010 11 10101110 1011110 110010

Color Harmonies of #09F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F8DF

Black with #09F8DF

Text Example


Text Example

White with #09F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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