Html Css Color HEX #6AD7DD Turquoise Blue

📋 copy color: '#6AD7DD'

red 106 ◦ green 215 ◦ blue 221

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

Shades of Turquoise Blue #6AD7DD

Tints of Turquoise Blue #6AD7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.67%

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

R = 19.56%
G = 39.67%
B = 40.77%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AD7DD (or 0x6AD7DD) is known color: Turquoise Blue. HEX triplet: 6A, D7 and DD. RGB value is (106,215,221). Sum of RGB (Red+Green+Blue) = 106+215+221=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AD7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD7DD is #952822. Grayscale: #B6B6B6. Windows color (decimal): -9775139 or 14538602. OLE color: 14538602.

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

Color convert

RGB 106 215 221 -
CMYK 0.52 0.03 0 0.13
HSL 183.13º 0.63% 0.64% -
HSV(B) 183.13º 0.52% 0.87% -
XYZ 43.3 56.89 77.1 -
YUV 183.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 106 215 221 0.52 0.03 0 0.13 183.13 0.63 0.64
Hex 6A D7 DD 34 3 0 D B7 3F 40
Octal 152 327 335 64 3 0 15 267 77 100
Binary 1101010 11010111 11011101 110100 11 0 1101 10110111 111111 1000000

Color Harmonies of #6AD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD7DD

Black with #6AD7DD

Text Example


Text Example

White with #6AD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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