Html Css Color HEX #09DBF0 Bright Turquoise

📋 copy color: '#09DBF0'

red 9 ◦ green 219 ◦ blue 240

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

Shades of Bright Turquoise #09DBF0

Tints of Bright Turquoise #09DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 1.92%
G = 46.79%
B = 51.28%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#09DBF0 (or 0x09DBF0) is known color: Bright Turquoise. HEX triplet: 09, DB and F0. RGB value is (9,219,240). Sum of RGB (Red+Green+Blue) = 9+219+240=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #09DBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBF0 is #F6240F. Grayscale: #9E9E9E. Windows color (decimal): -16131088 or 15784713. OLE color: 15784713.

HSL color Cylindrical-coordinate representation of color #09DBF0: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBF0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 219 240 -
CMYK 0.96 0.09 0 0.06
HSL 185.45º 0.93% 0.49% -
HSV(B) 185.45º 0.96% 0.94% -
XYZ 41.17 57.01 91.27 -
YUV 158.6 173.93 21.29 -
System Red Green Blue C M Y K H S L
Decimal 9 219 240 0.96 0.09 0 0.06 185.45 0.93 0.49
Hex 9 DB F0 60 9 0 6 B9 5D 31
Octal 11 333 360 140 11 0 6 271 135 61
Binary 1001 11011011 11110000 1100000 1001 0 110 10111001 1011101 110001

Color Harmonies of #09DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBF0

Black with #09DBF0

Text Example


Text Example

White with #09DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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