Html Css Color HEX #09FFCB Bright Turquoise

📋 copy color: '#09FFCB'

red 9 ◦ green 255 ◦ blue 203

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

Shades of Bright Turquoise #09FFCB

Tints of Bright Turquoise #09FFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 54.6%

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

R = 1.93%
G = 54.6%
B = 43.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#09FFCB (or 0x09FFCB) is known color: Bright Turquoise. HEX triplet: 09, FF and CB. RGB value is (9,255,203). Sum of RGB (Red+Green+Blue) = 9+255+203=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFCB is #F60034. Grayscale: #AFAFAF. Windows color (decimal): -16121909 or 13369097. OLE color: 13369097.

HSL color Cylindrical-coordinate representation of color #09FFCB: hue angle of 167.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFCB is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 203 -
CMYK 0.96 0 0.20 0
HSL 167.32º 1% 0.52% -
HSV(B) 167.32º 0.96% 1% -
XYZ 46.65 75.89 68.69 -
YUV 175.52 143.5 9.23 -
System Red Green Blue C M Y K H S L
Decimal 9 255 203 0.96 0 0.20 0 167.32 1 0.52
Hex 9 FF CB 60 0 14 0 A7 64 34
Octal 11 377 313 140 0 24 0 247 144 64
Binary 1001 11111111 11001011 1100000 0 10100 0 10100111 1100100 110100

Color Harmonies of #09FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFCB

Black with #09FFCB

Text Example


Text Example

White with #09FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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