Html Css Color HEX #09FCDB Bright Turquoise

📋 copy color: '#09FCDB'

red 9 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #09FCDB

Tints of Bright Turquoise #09FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.5%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 1.88%
G = 52.5%
B = 45.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#09FCDB (or 0x09FCDB) is known color: Bright Turquoise. HEX triplet: 09, FC and DB. RGB value is (9,252,219). Sum of RGB (Red+Green+Blue) = 9+252+219=480 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCDB is #F60324. Grayscale: #AFAFAF. Windows color (decimal): -16122661 or 14416905. OLE color: 14416905.

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

Color convert

RGB 9 252 219 -
CMYK 0.96 0 0.13 0.01
HSL 171.85º 0.98% 0.51% -
HSV(B) 171.85º 0.96% 0.99% -
XYZ 47.71 74.79 78.94 -
YUV 175.58 152.49 9.18 -
System Red Green Blue C M Y K H S L
Decimal 9 252 219 0.96 0 0.13 0.01 171.85 0.98 0.51
Hex 9 FC DB 60 0 D 1 AC 62 33
Octal 11 374 333 140 0 15 1 254 142 63
Binary 1001 11111100 11011011 1100000 0 1101 1 10101100 1100010 110011

Color Harmonies of #09FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCDB

Black with #09FCDB

Text Example


Text Example

White with #09FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,252,219); }

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

background-color css

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

 a { background-color: rgb(9,252,219); }

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

border-color css

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

 span { border-color: rgb(9,252,219); }

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