Html Css Color HEX #6AD0DA Turquoise Blue

📋 copy color: '#6AD0DA'

red 106 ◦ green 208 ◦ blue 218

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

Shades of Turquoise Blue #6AD0DA

Tints of Turquoise Blue #6AD0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

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

R = 19.92%
G = 39.1%
B = 40.98%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6AD0DA (or 0x6AD0DA) is known color: Turquoise Blue. HEX triplet: 6A, D0 and DA. RGB value is (106,208,218). Sum of RGB (Red+Green+Blue) = 106+208+218=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #6AD0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0DA is #952F25. Grayscale: #B2B2B2. Windows color (decimal): -9776934 or 14340202. OLE color: 14340202.

HSL color Cylindrical-coordinate representation of color #6AD0DA: hue angle of 185.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD0DA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 208 218 -
CMYK 0.51 0.05 0 0.15
HSL 185.36º 0.6% 0.64% -
HSV(B) 185.36º 0.51% 0.85% -
XYZ 41.15 53.24 74.44 -
YUV 178.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 106 208 218 0.51 0.05 0 0.15 185.36 0.6 0.64
Hex 6A D0 DA 33 5 0 F B9 3C 40
Octal 152 320 332 63 5 0 17 271 74 100
Binary 1101010 11010000 11011010 110011 101 0 1111 10111001 111100 1000000

Color Harmonies of #6AD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0DA

Black with #6AD0DA

Text Example


Text Example

White with #6AD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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