Html Css Color HEX #09E4DC Bright Turquoise

📋 copy color: '#09E4DC'

red 9 ◦ green 228 ◦ blue 220

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

Shades of Bright Turquoise #09E4DC

Tints of Bright Turquoise #09E4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 1.97%
G = 49.89%
B = 48.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#09E4DC (or 0x09E4DC) is known color: Bright Turquoise. HEX triplet: 09, E4 and DC. RGB value is (9,228,220). Sum of RGB (Red+Green+Blue) = 9+228+220=457 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #09E4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E4DC is #F61B23. Grayscale: #A1A1A1. Windows color (decimal): -16128804 or 14476297. OLE color: 14476297.

HSL color Cylindrical-coordinate representation of color #09E4DC: hue angle of 177.81º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E4DC is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 228 220 -
CMYK 0.96 0 0.04 0.11
HSL 177.81º 0.92% 0.46% -
HSV(B) 177.81º 0.96% 0.89% -
XYZ 40.77 60.71 77.28 -
YUV 161.61 160.95 19.15 -
System Red Green Blue C M Y K H S L
Decimal 9 228 220 0.96 0 0.04 0.11 177.81 0.92 0.46
Hex 9 E4 DC 60 0 4 B B2 5C 2E
Octal 11 344 334 140 0 4 13 262 134 56
Binary 1001 11100100 11011100 1100000 0 100 1011 10110010 1011100 101110

Color Harmonies of #09E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E4DC

Black with #09E4DC

Text Example


Text Example

White with #09E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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