Html Css Color HEX #6ACBDC Turquoise Blue

📋 copy color: '#6ACBDC'

red 106 ◦ green 203 ◦ blue 220

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

Shades of Turquoise Blue #6ACBDC

Tints of Turquoise Blue #6ACBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 20.04%
G = 38.37%
B = 41.59%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ACBDC (or 0x6ACBDC) is known color: Turquoise Blue. HEX triplet: 6A, CB and DC. RGB value is (106,203,220). Sum of RGB (Red+Green+Blue) = 106+203+220=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ACBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBDC is #953423. Grayscale: #AFAFAF. Windows color (decimal): -9778212 or 14469994. OLE color: 14469994.

HSL color Cylindrical-coordinate representation of color #6ACBDC: hue angle of 188.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACBDC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 203 220 -
CMYK 0.52 0.08 0 0.14
HSL 188.95º 0.62% 0.64% -
HSV(B) 188.95º 0.52% 0.86% -
XYZ 40.22 50.94 75.42 -
YUV 175.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 106 203 220 0.52 0.08 0 0.14 188.95 0.62 0.64
Hex 6A CB DC 34 8 0 E BD 3E 40
Octal 152 313 334 64 10 0 16 275 76 100
Binary 1101010 11001011 11011100 110100 1000 0 1110 10111101 111110 1000000

Color Harmonies of #6ACBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBDC

Black with #6ACBDC

Text Example


Text Example

White with #6ACBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,203,220); }

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

background-color css

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

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

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

border-color css

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

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

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