Html Css Color HEX #6ACCEB Turquoise Blue

📋 copy color: '#6ACCEB'

red 106 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #6ACCEB

Tints of Turquoise Blue #6ACCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.43%

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

R = 19.45%
G = 37.43%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ACCEB (or 0x6ACCEB) is known color: Turquoise Blue. HEX triplet: 6A, CC and EB. RGB value is (106,204,235). Sum of RGB (Red+Green+Blue) = 106+204+235=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ACCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCEB is #953314. Grayscale: #B2B2B2. Windows color (decimal): -9777941 or 15453290. OLE color: 15453290.

HSL color Cylindrical-coordinate representation of color #6ACCEB: hue angle of 194.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ACCEB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 204 235 -
CMYK 0.55 0.13 0 0.08
HSL 194.42º 0.76% 0.67% -
HSV(B) 194.42º 0.55% 0.92% -
XYZ 42.53 52.25 86.44 -
YUV 178.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 106 204 235 0.55 0.13 0 0.08 194.42 0.76 0.67
Hex 6A CC EB 37 D 0 8 C2 4C 43
Octal 152 314 353 67 15 0 10 302 114 103
Binary 1101010 11001100 11101011 110111 1101 0 1000 11000010 1001100 1000011

Color Harmonies of #6ACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCEB

Black with #6ACCEB

Text Example


Text Example

White with #6ACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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