Html Css Color HEX #09EEF1 Bright Turquoise

📋 copy color: '#09EEF1'

red 9 ◦ green 238 ◦ blue 241

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

Shades of Bright Turquoise #09EEF1

Tints of Bright Turquoise #09EEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 1.84%
G = 48.77%
B = 49.39%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09EEF1 (or 0x09EEF1) is known color: Bright Turquoise. HEX triplet: 09, EE and F1. RGB value is (9,238,241). Sum of RGB (Red+Green+Blue) = 9+238+241=488 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #09EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEF1 is #F6110E. Grayscale: #A9A9A9. Windows color (decimal): -16126223 or 15855113. OLE color: 15855113.

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

Color convert

RGB 9 238 241 -
CMYK 0.96 0.01 0 0.05
HSL 180.78º 0.93% 0.49% -
HSV(B) 180.78º 0.96% 0.95% -
XYZ 46.56 67.56 93.8 -
YUV 169.87 168.13 13.26 -
System Red Green Blue C M Y K H S L
Decimal 9 238 241 0.96 0.01 0 0.05 180.78 0.93 0.49
Hex 9 EE F1 60 1 0 5 B5 5D 31
Octal 11 356 361 140 1 0 5 265 135 61
Binary 1001 11101110 11110001 1100000 1 0 101 10110101 1011101 110001

Color Harmonies of #09EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEF1

Black with #09EEF1

Text Example


Text Example

White with #09EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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