Html Css Color HEX #09E3F6 Bright Turquoise

📋 copy color: '#09E3F6'

red 9 ◦ green 227 ◦ blue 246

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

Shades of Bright Turquoise #09E3F6

Tints of Bright Turquoise #09E3F6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 1.87%
G = 47.1%
B = 51.04%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09E3F6 (or 0x09E3F6) is known color: Bright Turquoise. HEX triplet: 09, E3 and F6. RGB value is (9,227,246). Sum of RGB (Red+Green+Blue) = 9+227+246=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #09E3F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E3F6 is #F61C09. Grayscale: #A3A3A3. Windows color (decimal): -16129034 or 16179977. OLE color: 16179977.

HSL color Cylindrical-coordinate representation of color #09E3F6: hue angle of 184.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E3F6 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 227 246 -
CMYK 0.96 0.08 0 0.04
HSL 184.81º 0.93% 0.5% -
HSV(B) 184.81º 0.96% 0.96% -
XYZ 44.22 61.65 96.76 -
YUV 163.98 174.28 17.46 -
System Red Green Blue C M Y K H S L
Decimal 9 227 246 0.96 0.08 0 0.04 184.81 0.93 0.5
Hex 9 E3 F6 60 8 0 4 B9 5D 32
Octal 11 343 366 140 10 0 4 271 135 62
Binary 1001 11100011 11110110 1100000 1000 0 100 10111001 1011101 110010

Color Harmonies of #09E3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E3F6

Black with #09E3F6

Text Example


Text Example

White with #09E3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,227,246); }

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

background-color css

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

 a { background-color: rgb(9,227,246); }

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

border-color css

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

 span { border-color: rgb(9,227,246); }

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