Html Css Color HEX #6ACDDD Turquoise Blue

📋 copy color: '#6ACDDD'

red 106 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #6ACDDD

Tints of Turquoise Blue #6ACDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

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

R = 19.92%
G = 38.53%
B = 41.54%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ACDDD (or 0x6ACDDD) is known color: Turquoise Blue. HEX triplet: 6A, CD and DD. RGB value is (106,205,221). Sum of RGB (Red+Green+Blue) = 106+205+221=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ACDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDDD is #953222. Grayscale: #B1B1B1. Windows color (decimal): -9777699 or 14536042. OLE color: 14536042.

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

Color convert

RGB 106 205 221 -
CMYK 0.52 0.07 0 0.13
HSL 188.35º 0.63% 0.64% -
HSV(B) 188.35º 0.52% 0.87% -
XYZ 40.83 51.95 76.28 -
YUV 177.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 106 205 221 0.52 0.07 0 0.13 188.35 0.63 0.64
Hex 6A CD DD 34 7 0 D BC 3F 40
Octal 152 315 335 64 7 0 15 274 77 100
Binary 1101010 11001101 11011101 110100 111 0 1101 10111100 111111 1000000

Color Harmonies of #6ACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDDD

Black with #6ACDDD

Text Example


Text Example

White with #6ACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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