Html Css Color HEX #6ADBDA Turquoise Blue

📋 copy color: '#6ADBDA'

red 106 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #6ADBDA

Tints of Turquoise Blue #6ADBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 19.52%
G = 40.33%
B = 40.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#6ADBDA (or 0x6ADBDA) is known color: Turquoise Blue. HEX triplet: 6A, DB and DA. RGB value is (106,219,218). Sum of RGB (Red+Green+Blue) = 106+219+218=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBDA is #952425. Grayscale: #B8B8B8. Windows color (decimal): -9774118 or 14343018. OLE color: 14343018.

HSL color Cylindrical-coordinate representation of color #6ADBDA: hue angle of 179.47º 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 #6ADBDA is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 218 -
CMYK 0.52 0 0.00 0.14
HSL 179.47º 0.61% 0.64% -
HSV(B) 179.47º 0.52% 0.86% -
XYZ 43.93 58.79 75.36 -
YUV 185.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 106 219 218 0.52 0 0.00 0.14 179.47 0.61 0.64
Hex 6A DB DA 34 0 0 E B3 3D 40
Octal 152 333 332 64 0 0 16 263 75 100
Binary 1101010 11011011 11011010 110100 0 0 1110 10110011 111101 1000000

Color Harmonies of #6ADBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADBDA

Black with #6ADBDA

Text Example


Text Example

White with #6ADBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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