Html Css Color HEX #6ACDEB Turquoise Blue

📋 copy color: '#6ACDEB'

red 106 ◦ green 205 ◦ blue 235

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

Shades of Turquoise Blue #6ACDEB

Tints of Turquoise Blue #6ACDEB

RGB

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

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

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

R = 19.41%
G = 37.55%
B = 43.04%

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

#6ACDEB (or 0x6ACDEB) is known color: Turquoise Blue. HEX triplet: 6A, CD and EB. RGB value is (106,205,235). Sum of RGB (Red+Green+Blue) = 106+205+235=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ACDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACDEB is #953214. Grayscale: #B2B2B2. Windows color (decimal): -9777685 or 15453546. OLE color: 15453546.

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

Color convert

RGB 106 205 235 -
CMYK 0.55 0.13 0 0.08
HSL 193.95º 0.76% 0.67% -
HSV(B) 193.95º 0.55% 0.92% -
XYZ 42.77 52.72 86.52 -
YUV 178.82 159.7 76.06 -
System Red Green Blue C M Y K H S L
Decimal 106 205 235 0.55 0.13 0 0.08 193.95 0.76 0.67
Hex 6A CD EB 37 D 0 8 C2 4C 43
Octal 152 315 353 67 15 0 10 302 114 103
Binary 1101010 11001101 11101011 110111 1101 0 1000 11000010 1001100 1000011

Color Harmonies of #6ACDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDEB

Black with #6ACDEB

Text Example


Text Example

White with #6ACDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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