Html Css Color HEX #09F1D5 Bright Turquoise

📋 copy color: '#09F1D5'

red 9 ◦ green 241 ◦ blue 213

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

Shades of Bright Turquoise #09F1D5

Tints of Bright Turquoise #09F1D5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.05%

 BLUE value IS 213 (83.59% from 255) = 46%

R = 1.94%
G = 52.05%
B = 46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#09F1D5 (or 0x09F1D5) is known color: Bright Turquoise. HEX triplet: 09, F1 and D5. RGB value is (9,241,213). Sum of RGB (Red+Green+Blue) = 9+241+213=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F1D5 is #F60E2A. Grayscale: #A8A8A8. Windows color (decimal): -16125483 or 14020873. OLE color: 14020873.

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

Color convert

RGB 9 241 213 -
CMYK 0.96 0 0.12 0.05
HSL 172.76º 0.93% 0.49% -
HSV(B) 172.76º 0.96% 0.95% -
XYZ 43.58 67.77 73.74 -
YUV 168.44 153.14 14.28 -
System Red Green Blue C M Y K H S L
Decimal 9 241 213 0.96 0 0.12 0.05 172.76 0.93 0.49
Hex 9 F1 D5 60 0 C 5 AD 5D 31
Octal 11 361 325 140 0 14 5 255 135 61
Binary 1001 11110001 11010101 1100000 0 1100 101 10101101 1011101 110001

Color Harmonies of #09F1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F1D5

Black with #09F1D5

Text Example


Text Example

White with #09F1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,241,213); }

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

background-color css

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

 a { background-color: rgb(9,241,213); }

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

border-color css

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

 span { border-color: rgb(9,241,213); }

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