Html Css Color HEX #6AECDB Turquoise Blue

📋 copy color: '#6AECDB'

red 106 ◦ green 236 ◦ blue 219

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

Shades of Turquoise Blue #6AECDB

Tints of Turquoise Blue #6AECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 18.89%
G = 42.07%
B = 39.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#6AECDB (or 0x6AECDB) is known color: Turquoise Blue. HEX triplet: 6A, EC and DB. RGB value is (106,236,219). Sum of RGB (Red+Green+Blue) = 106+236+219=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECDB is #951324. Grayscale: #C3C3C3. Windows color (decimal): -9769765 or 14412906. OLE color: 14412906.

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

Color convert

RGB 106 236 219 -
CMYK 0.55 0 0.07 0.07
HSL 172.15º 0.77% 0.67% -
HSV(B) 172.15º 0.55% 0.93% -
XYZ 48.73 68.17 77.61 -
YUV 195.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 106 236 219 0.55 0 0.07 0.07 172.15 0.77 0.67
Hex 6A EC DB 37 0 7 7 AC 4D 43
Octal 152 354 333 67 0 7 7 254 115 103
Binary 1101010 11101100 11011011 110111 0 111 111 10101100 1001101 1000011

Color Harmonies of #6AECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECDB

Black with #6AECDB

Text Example


Text Example

White with #6AECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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