Html Css Color HEX #6AECEB Turquoise Blue

📋 copy color: '#6AECEB'

red 106 ◦ green 236 ◦ blue 235

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

Shades of Turquoise Blue #6AECEB

Tints of Turquoise Blue #6AECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 18.37%
G = 40.9%
B = 40.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6AECEB (or 0x6AECEB) is known color: Turquoise Blue. HEX triplet: 6A, EC and EB. RGB value is (106,236,235). Sum of RGB (Red+Green+Blue) = 106+236+235=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECEB is #951314. Grayscale: #C4C4C4. Windows color (decimal): -9769749 or 15461482. OLE color: 15461482.

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

Color convert

RGB 106 236 235 -
CMYK 0.55 0 0.00 0.07
HSL 179.54º 0.77% 0.67% -
HSV(B) 179.54º 0.55% 0.93% -
XYZ 50.93 69.05 89.24 -
YUV 197.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 106 236 235 0.55 0 0.00 0.07 179.54 0.77 0.67
Hex 6A EC EB 37 0 0 7 B4 4D 43
Octal 152 354 353 67 0 0 7 264 115 103
Binary 1101010 11101100 11101011 110111 0 0 111 10110100 1001101 1000011

Color Harmonies of #6AECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECEB

Black with #6AECEB

Text Example


Text Example

White with #6AECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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