Html Css Color HEX #6BE6DC Turquoise Blue

📋 copy color: '#6BE6DC'

red 107 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #6BE6DC

Tints of Turquoise Blue #6BE6DC

RGB

 RED value IS 107 (42.19% from 255) = 19.21%

 GREEN value IS 230 (90.23% from 255) = 41.29%

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

R = 19.21%
G = 41.29%
B = 39.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#6BE6DC (or 0x6BE6DC) is known color: Turquoise Blue. HEX triplet: 6B, E6 and DC. RGB value is (107,230,220). Sum of RGB (Red+Green+Blue) = 107+230+220=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6DC is #941923. Grayscale: #BFBFBF. Windows color (decimal): -9705764 or 14476907. OLE color: 14476907.

HSL color Cylindrical-coordinate representation of color #6BE6DC: hue angle of 175.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6DC is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 230 220 -
CMYK 0.53 0 0.04 0.10
HSL 175.12º 0.71% 0.66% -
HSV(B) 175.12º 0.53% 0.9% -
XYZ 47.28 64.89 77.74 -
YUV 192.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 107 230 220 0.53 0 0.04 0.10 175.12 0.71 0.66
Hex 6B E6 DC 35 0 4 A AF 47 42
Octal 153 346 334 65 0 4 12 257 107 102
Binary 1101011 11100110 11011100 110101 0 100 1010 10101111 1000111 1000010

Color Harmonies of #6BE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE6DC

Black with #6BE6DC

Text Example


Text Example

White with #6BE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,230,220); }

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

background-color css

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

 a { background-color: rgb(107,230,220); }

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

border-color css

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

 span { border-color: rgb(107,230,220); }

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