Html Css Color HEX #09DCE6 Bright Turquoise

📋 copy color: '#09DCE6'

red 9 ◦ green 220 ◦ blue 230

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

Shades of Bright Turquoise #09DCE6

Tints of Bright Turquoise #09DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 1.96%
G = 47.93%
B = 50.11%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#09DCE6 (or 0x09DCE6) is known color: Bright Turquoise. HEX triplet: 09, DC and E6. RGB value is (9,220,230). Sum of RGB (Red+Green+Blue) = 9+220+230=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #09DCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCE6 is #F62319. Grayscale: #9D9D9D. Windows color (decimal): -16130842 or 15129609. OLE color: 15129609.

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

Color convert

RGB 9 220 230 -
CMYK 0.96 0.04 0 0.10
HSL 182.71º 0.92% 0.47% -
HSV(B) 182.71º 0.96% 0.9% -
XYZ 39.99 56.96 83.75 -
YUV 158.05 168.6 21.69 -
System Red Green Blue C M Y K H S L
Decimal 9 220 230 0.96 0.04 0 0.10 182.71 0.92 0.47
Hex 9 DC E6 60 4 0 A B7 5C 2F
Octal 11 334 346 140 4 0 12 267 134 57
Binary 1001 11011100 11100110 1100000 100 0 1010 10110111 1011100 101111

Color Harmonies of #09DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCE6

Black with #09DCE6

Text Example


Text Example

White with #09DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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