Html Css Color HEX #6ACADE Turquoise Blue

📋 copy color: '#6ACADE'

red 106 ◦ green 202 ◦ blue 222

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

Shades of Turquoise Blue #6ACADE

Tints of Turquoise Blue #6ACADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 20%
G = 38.11%
B = 41.89%

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

#6ACADE (or 0x6ACADE) is known color: Turquoise Blue. HEX triplet: 6A, CA and DE. RGB value is (106,202,222). Sum of RGB (Red+Green+Blue) = 106+202+222=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ACADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACADE is #953521. Grayscale: #AFAFAF. Windows color (decimal): -9778466 or 14600810. OLE color: 14600810.

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

Color convert

RGB 106 202 222 -
CMYK 0.52 0.09 0 0.13
HSL 190.34º 0.64% 0.64% -
HSV(B) 190.34º 0.52% 0.87% -
XYZ 40.25 50.58 76.75 -
YUV 175.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 106 202 222 0.52 0.09 0 0.13 190.34 0.64 0.64
Hex 6A CA DE 34 9 0 D BE 40 40
Octal 152 312 336 64 11 0 15 276 100 100
Binary 1101010 11001010 11011110 110100 1001 0 1101 10111110 1000000 1000000

Color Harmonies of #6ACADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACADE

Black with #6ACADE

Text Example


Text Example

White with #6ACADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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