Html Css Color HEX #6ACDEC Turquoise Blue

📋 copy color: '#6ACDEC'

red 106 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #6ACDEC

Tints of Turquoise Blue #6ACDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

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

R = 19.38%
G = 37.48%
B = 43.14%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ACDEC (or 0x6ACDEC) is known color: Turquoise Blue. HEX triplet: 6A, CD and EC. RGB value is (106,205,236). Sum of RGB (Red+Green+Blue) = 106+205+236=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ACDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACDEC is #953213. Grayscale: #B2B2B2. Windows color (decimal): -9777684 or 15519082. OLE color: 15519082.

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

Color convert

RGB 106 205 236 -
CMYK 0.55 0.13 0 0.07
HSL 194.31º 0.77% 0.67% -
HSV(B) 194.31º 0.55% 0.93% -
XYZ 42.92 52.78 87.28 -
YUV 178.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 106 205 236 0.55 0.13 0 0.07 194.31 0.77 0.67
Hex 6A CD EC 37 D 0 7 C2 4D 43
Octal 152 315 354 67 15 0 7 302 115 103
Binary 1101010 11001101 11101100 110111 1101 0 111 11000010 1001101 1000011

Color Harmonies of #6ACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDEC

Black with #6ACDEC

Text Example


Text Example

White with #6ACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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