Html Css Color HEX #09EFD0 Bright Turquoise

📋 copy color: '#09EFD0'

red 9 ◦ green 239 ◦ blue 208

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

Shades of Bright Turquoise #09EFD0

Tints of Bright Turquoise #09EFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 1.97%
G = 52.41%
B = 45.61%

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

#09EFD0 (or 0x09EFD0) is known color: Bright Turquoise. HEX triplet: 09, EF and D0. RGB value is (9,239,208). Sum of RGB (Red+Green+Blue) = 9+239+208=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFD0 is #F6102F. Grayscale: #A6A6A6. Windows color (decimal): -16126000 or 13692681. OLE color: 13692681.

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

Color convert

RGB 9 239 208 -
CMYK 0.96 0 0.13 0.06
HSL 171.91º 0.93% 0.49% -
HSV(B) 171.91º 0.96% 0.94% -
XYZ 42.36 66.35 70.25 -
YUV 166.7 151.3 15.52 -
System Red Green Blue C M Y K H S L
Decimal 9 239 208 0.96 0 0.13 0.06 171.91 0.93 0.49
Hex 9 EF D0 60 0 D 6 AC 5D 31
Octal 11 357 320 140 0 15 6 254 135 61
Binary 1001 11101111 11010000 1100000 0 1101 110 10101100 1011101 110001

Color Harmonies of #09EFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFD0

Black with #09EFD0

Text Example


Text Example

White with #09EFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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