Html Css Color HEX #09E2F8 Bright Turquoise

📋 copy color: '#09E2F8'

red 9 ◦ green 226 ◦ blue 248

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

Shades of Bright Turquoise #09E2F8

Tints of Bright Turquoise #09E2F8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

 BLUE value IS 248 (97.27% from 255) = 51.35%

R = 1.86%
G = 46.79%
B = 51.35%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#09E2F8 (or 0x09E2F8) is known color: Bright Turquoise. HEX triplet: 09, E2 and F8. RGB value is (9,226,248). Sum of RGB (Red+Green+Blue) = 9+226+248=483 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #09E2F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E2F8 is #F61D07. Grayscale: #A3A3A3. Windows color (decimal): -16129288 or 16310793. OLE color: 16310793.

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

Color convert

RGB 9 226 248 -
CMYK 0.96 0.09 0 0.03
HSL 185.52º 0.94% 0.5% -
HSV(B) 185.52º 0.96% 0.97% -
XYZ 44.25 61.23 98.29 -
YUV 163.63 175.61 17.71 -
System Red Green Blue C M Y K H S L
Decimal 9 226 248 0.96 0.09 0 0.03 185.52 0.94 0.5
Hex 9 E2 F8 60 9 0 3 BA 5E 32
Octal 11 342 370 140 11 0 3 272 136 62
Binary 1001 11100010 11111000 1100000 1001 0 11 10111010 1011110 110010

Color Harmonies of #09E2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E2F8

Black with #09E2F8

Text Example


Text Example

White with #09E2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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