Html Css Color HEX #6AECEC Turquoise Blue

📋 copy color: '#6AECEC'

red 106 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #6AECEC

Tints of Turquoise Blue #6AECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 18.34%
G = 40.83%
B = 40.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AECEC (or 0x6AECEC) is known color: Turquoise Blue. HEX triplet: 6A, EC and EC. RGB value is (106,236,236). Sum of RGB (Red+Green+Blue) = 106+236+236=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #6AECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECEC is #951313. Grayscale: #C4C4C4. Windows color (decimal): -9769748 or 15527018. OLE color: 15527018.

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

Color convert

RGB 106 236 236 -
CMYK 0.55 0 0 0.07
HSL 180º 0.77% 0.67% -
HSV(B) 180º 0.55% 0.93% -
XYZ 51.08 69.11 90 -
YUV 197.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 106 236 236 0.55 0 0 0.07 180 0.77 0.67
Hex 6A EC EC 37 0 0 7 B4 4D 43
Octal 152 354 354 67 0 0 7 264 115 103
Binary 1101010 11101100 11101100 110111 0 0 111 10110100 1001101 1000011

Color Harmonies of #6AECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECEC

Black with #6AECEC

Text Example


Text Example

White with #6AECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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