Html Css Color HEX #6ACADC Turquoise Blue

📋 copy color: '#6ACADC'

red 106 ◦ green 202 ◦ blue 220

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

Shades of Turquoise Blue #6ACADC

Tints of Turquoise Blue #6ACADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 20.08%
G = 38.26%
B = 41.67%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ACADC (or 0x6ACADC) is known color: Turquoise Blue. HEX triplet: 6A, CA and DC. RGB value is (106,202,220). Sum of RGB (Red+Green+Blue) = 106+202+220=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ACADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACADC is #953523. Grayscale: #AFAFAF. Windows color (decimal): -9778468 or 14469738. OLE color: 14469738.

HSL color Cylindrical-coordinate representation of color #6ACADC: hue angle of 189.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACADC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 202 220 -
CMYK 0.52 0.08 0 0.14
HSL 189.47º 0.62% 0.64% -
HSV(B) 189.47º 0.52% 0.86% -
XYZ 39.98 50.47 75.35 -
YUV 175.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 106 202 220 0.52 0.08 0 0.14 189.47 0.62 0.64
Hex 6A CA DC 34 8 0 E BD 3E 40
Octal 152 312 334 64 10 0 16 275 76 100
Binary 1101010 11001010 11011100 110100 1000 0 1110 10111101 111110 1000000

Color Harmonies of #6ACADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACADC

Black with #6ACADC

Text Example


Text Example

White with #6ACADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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