Html Css Color HEX #6BE2E1 Turquoise Blue

📋 copy color: '#6BE2E1'

red 107 ◦ green 226 ◦ blue 225

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

Shades of Turquoise Blue #6BE2E1

Tints of Turquoise Blue #6BE2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 19.18%
G = 40.5%
B = 40.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#6BE2E1 (or 0x6BE2E1) is known color: Turquoise Blue. HEX triplet: 6B, E2 and E1. RGB value is (107,226,225). Sum of RGB (Red+Green+Blue) = 107+226+225=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2E1 is #941D1E. Grayscale: #BEBEBE. Windows color (decimal): -9706783 or 14803563. OLE color: 14803563.

HSL color Cylindrical-coordinate representation of color #6BE2E1: hue angle of 179.5º 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 #6BE2E1 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 226 225 -
CMYK 0.53 0 0.00 0.11
HSL 179.5º 0.67% 0.65% -
HSV(B) 179.5º 0.53% 0.89% -
XYZ 46.85 62.95 80.92 -
YUV 190.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 107 226 225 0.53 0 0.00 0.11 179.5 0.67 0.65
Hex 6B E2 E1 35 0 0 B B3 43 41
Octal 153 342 341 65 0 0 13 263 103 101
Binary 1101011 11100010 11100001 110101 0 0 1011 10110011 1000011 1000001

Color Harmonies of #6BE2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2E1

Black with #6BE2E1

Text Example


Text Example

White with #6BE2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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