Html Css Color HEX #6AECE3 Turquoise Blue

📋 copy color: '#6AECE3'

red 106 ◦ green 236 ◦ blue 227

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

Shades of Turquoise Blue #6AECE3

Tints of Turquoise Blue #6AECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 18.63%
G = 41.48%
B = 39.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#6AECE3 (or 0x6AECE3) is known color: Turquoise Blue. HEX triplet: 6A, EC and E3. RGB value is (106,236,227). Sum of RGB (Red+Green+Blue) = 106+236+227=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECE3 is #95131C. Grayscale: #C4C4C4. Windows color (decimal): -9769757 or 14937194. OLE color: 14937194.

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

Color convert

RGB 106 236 227 -
CMYK 0.55 0 0.04 0.07
HSL 175.85º 0.77% 0.67% -
HSV(B) 175.85º 0.55% 0.93% -
XYZ 49.8 68.6 83.29 -
YUV 196.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 106 236 227 0.55 0 0.04 0.07 175.85 0.77 0.67
Hex 6A EC E3 37 0 4 7 B0 4D 43
Octal 152 354 343 67 0 4 7 260 115 103
Binary 1101010 11101100 11100011 110111 0 100 111 10110000 1001101 1000011

Color Harmonies of #6AECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECE3

Black with #6AECE3

Text Example


Text Example

White with #6AECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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