Html Css Color HEX #09E7F2 Bright Turquoise

📋 copy color: '#09E7F2'

red 9 ◦ green 231 ◦ blue 242

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

Shades of Bright Turquoise #09E7F2

Tints of Bright Turquoise #09E7F2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 1.87%
G = 47.93%
B = 50.21%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09E7F2 (or 0x09E7F2) is known color: Bright Turquoise. HEX triplet: 09, E7 and F2. RGB value is (9,231,242). Sum of RGB (Red+Green+Blue) = 9+231+242=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #09E7F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E7F2 is #F6180D. Grayscale: #A5A5A5. Windows color (decimal): -16128014 or 15918857. OLE color: 15918857.

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

Color convert

RGB 9 231 242 -
CMYK 0.96 0.05 0 0.05
HSL 182.83º 0.93% 0.49% -
HSV(B) 182.83º 0.96% 0.95% -
XYZ 44.72 63.62 93.93 -
YUV 165.88 170.95 16.11 -
System Red Green Blue C M Y K H S L
Decimal 9 231 242 0.96 0.05 0 0.05 182.83 0.93 0.49
Hex 9 E7 F2 60 5 0 5 B7 5D 31
Octal 11 347 362 140 5 0 5 267 135 61
Binary 1001 11100111 11110010 1100000 101 0 101 10110111 1011101 110001

Color Harmonies of #09E7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E7F2

Black with #09E7F2

Text Example


Text Example

White with #09E7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,231,242); }

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

background-color css

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

 a { background-color: rgb(9,231,242); }

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

border-color css

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

 span { border-color: rgb(9,231,242); }

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