Html Css Color HEX #06FBDB Bright Turquoise

📋 copy color: '#06FBDB'

red 6 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #06FBDB

Tints of Bright Turquoise #06FBDB

RGB

 RED value IS 6 (2.73% from 255) = 1.26%

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

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

R = 1.26%
G = 52.73%
B = 46.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#06FBDB (or 0x06FBDB) is known color: Bright Turquoise. HEX triplet: 06, FB and DB. RGB value is (6,251,219). Sum of RGB (Red+Green+Blue) = 6+251+219=476 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #06FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FBDB is #F90424. Grayscale: #ADADAD. Windows color (decimal): -16319525 or 14416646. OLE color: 14416646.

HSL color Cylindrical-coordinate representation of color #06FBDB: hue angle of 172.16º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FBDB is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 251 219 -
CMYK 0.98 0 0.13 0.02
HSL 172.16º 0.97% 0.5% -
HSV(B) 172.16º 0.98% 0.98% -
XYZ 47.36 74.15 78.83 -
YUV 174.1 153.33 8.1 -
System Red Green Blue C M Y K H S L
Decimal 6 251 219 0.98 0 0.13 0.02 172.16 0.97 0.5
Hex 6 FB DB 62 0 D 2 AC 61 32
Octal 6 373 333 142 0 15 2 254 141 62
Binary 110 11111011 11011011 1100010 0 1101 10 10101100 1100001 110010

Color Harmonies of #06FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FBDB

Black with #06FBDB

Text Example


Text Example

White with #06FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FBDB; }

 p { color: rgb(6,251,219); }

 H1.HeaderClassName
 {
   color: #06FBDB;
 }
 .AnyTagClassName
 {
   color: #06FBDB;
 }
</style>

background-color css

<style>
 a { background-color: #06FBDB; }

 a { background-color: rgb(6,251,219); }

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

border-color css

<style>
 span { border-color: #06FBDB; }

 span { border-color: rgb(6,251,219); }

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