Html Css Color HEX #6ACADD Turquoise Blue

📋 copy color: '#6ACADD'

red 106 ◦ green 202 ◦ blue 221

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

Shades of Turquoise Blue #6ACADD

Tints of Turquoise Blue #6ACADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.19%

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

R = 20.04%
G = 38.19%
B = 41.78%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ACADD (or 0x6ACADD) is known color: Turquoise Blue. HEX triplet: 6A, CA and DD. RGB value is (106,202,221). Sum of RGB (Red+Green+Blue) = 106+202+221=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ACADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACADD is #953522. Grayscale: #AFAFAF. Windows color (decimal): -9778467 or 14535274. OLE color: 14535274.

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

Color convert

RGB 106 202 221 -
CMYK 0.52 0.09 0 0.13
HSL 189.91º 0.63% 0.64% -
HSV(B) 189.91º 0.52% 0.87% -
XYZ 40.12 50.53 76.04 -
YUV 175.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 106 202 221 0.52 0.09 0 0.13 189.91 0.63 0.64
Hex 6A CA DD 34 9 0 D BE 3F 40
Octal 152 312 335 64 11 0 15 276 77 100
Binary 1101010 11001010 11011101 110100 1001 0 1101 10111110 111111 1000000

Color Harmonies of #6ACADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACADD

Black with #6ACADD

Text Example


Text Example

White with #6ACADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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