Html Css Color HEX #6ACEDD Turquoise Blue

📋 copy color: '#6ACEDD'

red 106 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #6ACEDD

Tints of Turquoise Blue #6ACEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

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

R = 19.89%
G = 38.65%
B = 41.46%

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

#6ACEDD (or 0x6ACEDD) is known color: Turquoise Blue. HEX triplet: 6A, CE and DD. RGB value is (106,206,221). Sum of RGB (Red+Green+Blue) = 106+206+221=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ACEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEDD is #953122. Grayscale: #B1B1B1. Windows color (decimal): -9777443 or 14536298. OLE color: 14536298.

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

Color convert

RGB 106 206 221 -
CMYK 0.52 0.07 0 0.13
HSL 187.83º 0.63% 0.64% -
HSV(B) 187.83º 0.52% 0.87% -
XYZ 41.07 52.43 76.36 -
YUV 177.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 106 206 221 0.52 0.07 0 0.13 187.83 0.63 0.64
Hex 6A CE DD 34 7 0 D BC 3F 40
Octal 152 316 335 64 7 0 15 274 77 100
Binary 1101010 11001110 11011101 110100 111 0 1101 10111100 111111 1000000

Color Harmonies of #6ACEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEDD

Black with #6ACEDD

Text Example


Text Example

White with #6ACEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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