Html Css Color HEX #09E6DD Bright Turquoise

📋 copy color: '#09E6DD'

red 9 ◦ green 230 ◦ blue 221

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

Shades of Bright Turquoise #09E6DD

Tints of Bright Turquoise #09E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 1.96%
G = 50%
B = 48.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#09E6DD (or 0x09E6DD) is known color: Bright Turquoise. HEX triplet: 09, E6 and DD. RGB value is (9,230,221). Sum of RGB (Red+Green+Blue) = 9+230+221=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #09E6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E6DD is #F61922. Grayscale: #A2A2A2. Windows color (decimal): -16128291 or 14542345. OLE color: 14542345.

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

Color convert

RGB 9 230 221 -
CMYK 0.96 0 0.04 0.10
HSL 177.56º 0.92% 0.47% -
HSV(B) 177.56º 0.96% 0.9% -
XYZ 41.46 61.87 78.16 -
YUV 162.9 160.78 18.23 -
System Red Green Blue C M Y K H S L
Decimal 9 230 221 0.96 0 0.04 0.10 177.56 0.92 0.47
Hex 9 E6 DD 60 0 4 A B2 5C 2F
Octal 11 346 335 140 0 4 12 262 134 57
Binary 1001 11100110 11011101 1100000 0 100 1010 10110010 1011100 101111

Color Harmonies of #09E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E6DD

Black with #09E6DD

Text Example


Text Example

White with #09E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,230,221); }

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

background-color css

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

 a { background-color: rgb(9,230,221); }

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

border-color css

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

 span { border-color: rgb(9,230,221); }

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