Html Css Color HEX #09F1EC Bright Turquoise

📋 copy color: '#09F1EC'

red 9 ◦ green 241 ◦ blue 236

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

Shades of Bright Turquoise #09F1EC

Tints of Bright Turquoise #09F1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 1.85%
G = 49.59%
B = 48.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#09F1EC (or 0x09F1EC) is known color: Bright Turquoise. HEX triplet: 09, F1 and EC. RGB value is (9,241,236). Sum of RGB (Red+Green+Blue) = 9+241+236=486 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F1EC is #F60E13. Grayscale: #AAAAAA. Windows color (decimal): -16125460 or 15528201. OLE color: 15528201.

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

Color convert

RGB 9 241 236 -
CMYK 0.96 0 0.02 0.05
HSL 178.71º 0.93% 0.49% -
HSV(B) 178.71º 0.96% 0.95% -
XYZ 46.71 69.02 90.22 -
YUV 171.06 164.64 12.41 -
System Red Green Blue C M Y K H S L
Decimal 9 241 236 0.96 0 0.02 0.05 178.71 0.93 0.49
Hex 9 F1 EC 60 0 2 5 B3 5D 31
Octal 11 361 354 140 0 2 5 263 135 61
Binary 1001 11110001 11101100 1100000 0 10 101 10110011 1011101 110001

Color Harmonies of #09F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F1EC

Black with #09F1EC

Text Example


Text Example

White with #09F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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