Html Css Color HEX #6BE2D9 Turquoise Blue

📋 copy color: '#6BE2D9'

red 107 ◦ green 226 ◦ blue 217

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

Shades of Turquoise Blue #6BE2D9

Tints of Turquoise Blue #6BE2D9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.09%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 19.45%
G = 41.09%
B = 39.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#6BE2D9 (or 0x6BE2D9) is known color: Turquoise Blue. HEX triplet: 6B, E2 and D9. RGB value is (107,226,217). Sum of RGB (Red+Green+Blue) = 107+226+217=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2D9 is #941D26. Grayscale: #BDBDBD. Windows color (decimal): -9706791 or 14279275. OLE color: 14279275.

HSL color Cylindrical-coordinate representation of color #6BE2D9: hue angle of 175.46º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE2D9 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 226 217 -
CMYK 0.53 0 0.04 0.11
HSL 175.46º 0.67% 0.65% -
HSV(B) 175.46º 0.53% 0.89% -
XYZ 45.78 62.53 75.3 -
YUV 189.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 107 226 217 0.53 0 0.04 0.11 175.46 0.67 0.65
Hex 6B E2 D9 35 0 4 B AF 43 41
Octal 153 342 331 65 0 4 13 257 103 101
Binary 1101011 11100010 11011001 110101 0 100 1011 10101111 1000011 1000001

Color Harmonies of #6BE2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2D9

Black with #6BE2D9

Text Example


Text Example

White with #6BE2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,226,217); }

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

background-color css

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

 a { background-color: rgb(107,226,217); }

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

border-color css

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

 span { border-color: rgb(107,226,217); }

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