Html Css Color HEX #09F7CB Bright Turquoise

📋 copy color: '#09F7CB'

red 9 ◦ green 247 ◦ blue 203

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

Shades of Bright Turquoise #09F7CB

Tints of Bright Turquoise #09F7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.81%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 1.96%
G = 53.81%
B = 44.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#09F7CB (or 0x09F7CB) is known color: Bright Turquoise. HEX triplet: 09, F7 and CB. RGB value is (9,247,203). Sum of RGB (Red+Green+Blue) = 9+247+203=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #09F7CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F7CB is #F60834. Grayscale: #AAAAAA. Windows color (decimal): -16123957 or 13367049. OLE color: 13367049.

HSL color Cylindrical-coordinate representation of color #09F7CB: hue angle of 168.91º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F7CB is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 247 203 -
CMYK 0.96 0 0.18 0.03
HSL 168.91º 0.94% 0.5% -
HSV(B) 168.91º 0.96% 0.97% -
XYZ 44.15 70.89 67.86 -
YUV 170.82 146.15 12.58 -
System Red Green Blue C M Y K H S L
Decimal 9 247 203 0.96 0 0.18 0.03 168.91 0.94 0.5
Hex 9 F7 CB 60 0 12 3 A9 5E 32
Octal 11 367 313 140 0 22 3 251 136 62
Binary 1001 11110111 11001011 1100000 0 10010 11 10101001 1011110 110010

Color Harmonies of #09F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F7CB

Black with #09F7CB

Text Example


Text Example

White with #09F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,247,203); }

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

background-color css

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

 a { background-color: rgb(9,247,203); }

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

border-color css

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

 span { border-color: rgb(9,247,203); }

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