Html Css Color HEX #09FBCB Bright Turquoise

📋 copy color: '#09FBCB'

red 9 ◦ green 251 ◦ blue 203

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

Shades of Bright Turquoise #09FBCB

Tints of Bright Turquoise #09FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.21%

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

R = 1.94%
G = 54.21%
B = 43.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#09FBCB (or 0x09FBCB) is known color: Bright Turquoise. HEX triplet: 09, FB and CB. RGB value is (9,251,203). Sum of RGB (Red+Green+Blue) = 9+251+203=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBCB is #F60434. Grayscale: #ADADAD. Windows color (decimal): -16122933 or 13368073. OLE color: 13368073.

HSL color Cylindrical-coordinate representation of color #09FBCB: hue angle of 168.1º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FBCB is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 251 203 -
CMYK 0.96 0 0.19 0.02
HSL 168.1º 0.97% 0.51% -
HSV(B) 168.1º 0.96% 0.98% -
XYZ 45.39 73.36 68.27 -
YUV 173.17 144.83 10.9 -
System Red Green Blue C M Y K H S L
Decimal 9 251 203 0.96 0 0.19 0.02 168.1 0.97 0.51
Hex 9 FB CB 60 0 13 2 A8 61 33
Octal 11 373 313 140 0 23 2 250 141 63
Binary 1001 11111011 11001011 1100000 0 10011 10 10101000 1100001 110011

Color Harmonies of #09FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FBCB

Black with #09FBCB

Text Example


Text Example

White with #09FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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