Html Css Color HEX #6ADBDB Turquoise Blue

📋 copy color: '#6ADBDB'

red 106 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #6ADBDB

Tints of Turquoise Blue #6ADBDB

RGB

 RED value IS 106 (41.8% from 255) = 19.49%

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

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

R = 19.49%
G = 40.26%
B = 40.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ADBDB (or 0x6ADBDB) is known color: Turquoise Blue. HEX triplet: 6A, DB and DB. RGB value is (106,219,219). Sum of RGB (Red+Green+Blue) = 106+219+219=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #6ADBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBDB is #952424. Grayscale: #B9B9B9. Windows color (decimal): -9774117 or 14408554. OLE color: 14408554.

HSL color Cylindrical-coordinate representation of color #6ADBDB: hue angle of 180º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBDB is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 219 -
CMYK 0.52 0 0 0.14
HSL 180º 0.61% 0.64% -
HSV(B) 180º 0.52% 0.86% -
XYZ 44.06 58.84 76.05 -
YUV 185.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 106 219 219 0.52 0 0 0.14 180 0.61 0.64
Hex 6A DB DB 34 0 0 E B4 3D 40
Octal 152 333 333 64 0 0 16 264 75 100
Binary 1101010 11011011 11011011 110100 0 0 1110 10110100 111101 1000000

Color Harmonies of #6ADBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADBDB

Black with #6ADBDB

Text Example


Text Example

White with #6ADBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ADBDB; }

 p { color: rgb(106,219,219); }

 H1.HeaderClassName
 {
   color: #6ADBDB;
 }
 .AnyTagClassName
 {
   color: #6ADBDB;
 }
</style>

background-color css

<style>
 a { background-color: #6ADBDB; }

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

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

border-color css

<style>
 span { border-color: #6ADBDB; }

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

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