Html Css Color HEX #6AD0DD Turquoise Blue

📋 copy color: '#6AD0DD'

red 106 ◦ green 208 ◦ blue 221

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

Shades of Turquoise Blue #6AD0DD

Tints of Turquoise Blue #6AD0DD

RGB

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

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

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

R = 19.81%
G = 38.88%
B = 41.31%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AD0DD (or 0x6AD0DD) is known color: Turquoise Blue. HEX triplet: 6A, D0 and DD. RGB value is (106,208,221). Sum of RGB (Red+Green+Blue) = 106+208+221=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0DD is #952F22. Grayscale: #B2B2B2. Windows color (decimal): -9776931 or 14536810. OLE color: 14536810.

HSL color Cylindrical-coordinate representation of color #6AD0DD: hue angle of 186.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD0DD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 208 221 -
CMYK 0.52 0.06 0 0.13
HSL 186.78º 0.63% 0.64% -
HSV(B) 186.78º 0.52% 0.87% -
XYZ 41.55 53.4 76.52 -
YUV 178.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 106 208 221 0.52 0.06 0 0.13 186.78 0.63 0.64
Hex 6A D0 DD 34 6 0 D BB 3F 40
Octal 152 320 335 64 6 0 15 273 77 100
Binary 1101010 11010000 11011101 110100 110 0 1101 10111011 111111 1000000

Color Harmonies of #6AD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0DD

Black with #6AD0DD

Text Example


Text Example

White with #6AD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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