Html Css Color HEX #09E4F2 Bright Turquoise

📋 copy color: '#09E4F2'

red 9 ◦ green 228 ◦ blue 242

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

Shades of Bright Turquoise #09E4F2

Tints of Bright Turquoise #09E4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

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

R = 1.88%
G = 47.6%
B = 50.52%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09E4F2 (or 0x09E4F2) is known color: Bright Turquoise. HEX triplet: 09, E4 and F2. RGB value is (9,228,242). Sum of RGB (Red+Green+Blue) = 9+228+242=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #09E4F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E4F2 is #F61B0D. Grayscale: #A3A3A3. Windows color (decimal): -16128782 or 15918089. OLE color: 15918089.

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

Color convert

RGB 9 228 242 -
CMYK 0.96 0.06 0 0.05
HSL 183.61º 0.93% 0.49% -
HSV(B) 183.61º 0.96% 0.95% -
XYZ 43.88 61.96 93.65 -
YUV 164.12 171.95 17.36 -
System Red Green Blue C M Y K H S L
Decimal 9 228 242 0.96 0.06 0 0.05 183.61 0.93 0.49
Hex 9 E4 F2 60 6 0 5 B8 5D 31
Octal 11 344 362 140 6 0 5 270 135 61
Binary 1001 11100100 11110010 1100000 110 0 101 10111000 1011101 110001

Color Harmonies of #09E4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E4F2

Black with #09E4F2

Text Example


Text Example

White with #09E4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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