Html Css Color HEX #09EFD1 Bright Turquoise

📋 copy color: '#09EFD1'

red 9 ◦ green 239 ◦ blue 209

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

Shades of Bright Turquoise #09EFD1

Tints of Bright Turquoise #09EFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.3%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 1.97%
G = 52.3%
B = 45.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#09EFD1 (or 0x09EFD1) is known color: Bright Turquoise. HEX triplet: 09, EF and D1. RGB value is (9,239,209). Sum of RGB (Red+Green+Blue) = 9+239+209=457 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFD1 is #F6102E. Grayscale: #A6A6A6. Windows color (decimal): -16125999 or 13758217. OLE color: 13758217.

HSL color Cylindrical-coordinate representation of color #09EFD1: hue angle of 172.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EFD1 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 239 209 -
CMYK 0.96 0 0.13 0.06
HSL 172.17º 0.93% 0.49% -
HSV(B) 172.17º 0.96% 0.94% -
XYZ 42.49 66.39 70.9 -
YUV 166.81 151.8 15.44 -
System Red Green Blue C M Y K H S L
Decimal 9 239 209 0.96 0 0.13 0.06 172.17 0.93 0.49
Hex 9 EF D1 60 0 D 6 AC 5D 31
Octal 11 357 321 140 0 15 6 254 135 61
Binary 1001 11101111 11010001 1100000 0 1101 110 10101100 1011101 110001

Color Harmonies of #09EFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFD1

Black with #09EFD1

Text Example


Text Example

White with #09EFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,239,209); }

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

background-color css

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

 a { background-color: rgb(9,239,209); }

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

border-color css

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

 span { border-color: rgb(9,239,209); }

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