Html Css Color HEX #6AECDD Turquoise Blue

📋 copy color: '#6AECDD'

red 106 ◦ green 236 ◦ blue 221

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

Shades of Turquoise Blue #6AECDD

Tints of Turquoise Blue #6AECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

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

R = 18.83%
G = 41.92%
B = 39.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#6AECDD (or 0x6AECDD) is known color: Turquoise Blue. HEX triplet: 6A, EC and DD. RGB value is (106,236,221). Sum of RGB (Red+Green+Blue) = 106+236+221=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECDD is #951322. Grayscale: #C3C3C3. Windows color (decimal): -9769763 or 14543978. OLE color: 14543978.

HSL color Cylindrical-coordinate representation of color #6AECDD: hue angle of 173.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECDD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 221 -
CMYK 0.55 0 0.06 0.07
HSL 173.08º 0.77% 0.67% -
HSV(B) 173.08º 0.55% 0.93% -
XYZ 48.99 68.28 79 -
YUV 195.42 142.43 64.22 -
System Red Green Blue C M Y K H S L
Decimal 106 236 221 0.55 0 0.06 0.07 173.08 0.77 0.67
Hex 6A EC DD 37 0 6 7 AD 4D 43
Octal 152 354 335 67 0 6 7 255 115 103
Binary 1101010 11101100 11011101 110111 0 110 111 10101101 1001101 1000011

Color Harmonies of #6AECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECDD

Black with #6AECDD

Text Example


Text Example

White with #6AECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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