Html Css Color HEX #09DBF3 Bright Turquoise

📋 copy color: '#09DBF3'

red 9 ◦ green 219 ◦ blue 243

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

Shades of Bright Turquoise #09DBF3

Tints of Bright Turquoise #09DBF3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 1.91%
G = 46.5%
B = 51.59%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09DBF3 (or 0x09DBF3) is known color: Bright Turquoise. HEX triplet: 09, DB and F3. RGB value is (9,219,243). Sum of RGB (Red+Green+Blue) = 9+219+243=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #09DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBF3 is #F6240C. Grayscale: #9E9E9E. Windows color (decimal): -16131085 or 15981321. OLE color: 15981321.

HSL color Cylindrical-coordinate representation of color #09DBF3: hue angle of 186.15º 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 #09DBF3 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 219 243 -
CMYK 0.96 0.10 0 0.05
HSL 186.15º 0.93% 0.49% -
HSV(B) 186.15º 0.96% 0.95% -
XYZ 41.62 57.19 93.64 -
YUV 158.95 175.43 21.05 -
System Red Green Blue C M Y K H S L
Decimal 9 219 243 0.96 0.10 0 0.05 186.15 0.93 0.49
Hex 9 DB F3 60 A 0 5 BA 5D 31
Octal 11 333 363 140 12 0 5 272 135 61
Binary 1001 11011011 11110011 1100000 1010 0 101 10111010 1011101 110001

Color Harmonies of #09DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBF3

Black with #09DBF3

Text Example


Text Example

White with #09DBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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