Html Css Color HEX #09F0D4 Bright Turquoise

📋 copy color: '#09F0D4'

red 9 ◦ green 240 ◦ blue 212

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

Shades of Bright Turquoise #09F0D4

Tints of Bright Turquoise #09F0D4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 1.95%
G = 52.06%
B = 45.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#09F0D4 (or 0x09F0D4) is known color: Bright Turquoise. HEX triplet: 09, F0 and D4. RGB value is (9,240,212). Sum of RGB (Red+Green+Blue) = 9+240+212=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0D4 is #F60F2B. Grayscale: #A7A7A7. Windows color (decimal): -16125740 or 13955081. OLE color: 13955081.

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

Color convert

RGB 9 240 212 -
CMYK 0.96 0 0.12 0.06
HSL 172.73º 0.93% 0.49% -
HSV(B) 172.73º 0.96% 0.94% -
XYZ 43.16 67.13 72.97 -
YUV 167.74 152.97 14.78 -
System Red Green Blue C M Y K H S L
Decimal 9 240 212 0.96 0 0.12 0.06 172.73 0.93 0.49
Hex 9 F0 D4 60 0 C 6 AD 5D 31
Octal 11 360 324 140 0 14 6 255 135 61
Binary 1001 11110000 11010100 1100000 0 1100 110 10101101 1011101 110001

Color Harmonies of #09F0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F0D4

Black with #09F0D4

Text Example


Text Example

White with #09F0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,240,212); }

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

background-color css

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

 a { background-color: rgb(9,240,212); }

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

border-color css

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

 span { border-color: rgb(9,240,212); }

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