Html Css Color HEX #06DBDD Bright Turquoise

📋 copy color: '#06DBDD'

red 6 ◦ green 219 ◦ blue 221

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

Shades of Bright Turquoise #06DBDD

Tints of Bright Turquoise #06DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 1.35%
G = 49.1%
B = 49.55%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06DBDD (or 0x06DBDD) is known color: Bright Turquoise. HEX triplet: 06, DB and DD. RGB value is (6,219,221). Sum of RGB (Red+Green+Blue) = 6+219+221=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #06DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBDD is #F92422. Grayscale: #9B9B9B. Windows color (decimal): -16327715 or 14539526. OLE color: 14539526.

HSL color Cylindrical-coordinate representation of color #06DBDD: hue angle of 180.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DBDD is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 219 221 -
CMYK 0.97 0.01 0 0.13
HSL 180.56º 0.95% 0.45% -
HSV(B) 180.56º 0.97% 0.87% -
XYZ 38.46 55.92 77.17 -
YUV 155.54 164.93 21.34 -
System Red Green Blue C M Y K H S L
Decimal 6 219 221 0.97 0.01 0 0.13 180.56 0.95 0.45
Hex 6 DB DD 61 1 0 D B5 5F 2D
Octal 6 333 335 141 1 0 15 265 137 55
Binary 110 11011011 11011101 1100001 1 0 1101 10110101 1011111 101101

Color Harmonies of #06DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBDD

Black with #06DBDD

Text Example


Text Example

White with #06DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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