Html Css Color HEX #6BE1DB Turquoise Blue

📋 copy color: '#6BE1DB'

red 107 ◦ green 225 ◦ blue 219

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

Shades of Turquoise Blue #6BE1DB

Tints of Turquoise Blue #6BE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.83%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 19.42%
G = 40.83%
B = 39.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#6BE1DB (or 0x6BE1DB) is known color: Turquoise Blue. HEX triplet: 6B, E1 and DB. RGB value is (107,225,219). Sum of RGB (Red+Green+Blue) = 107+225+219=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1DB is #941E24. Grayscale: #BCBCBC. Windows color (decimal): -9707045 or 14410091. OLE color: 14410091.

HSL color Cylindrical-coordinate representation of color #6BE1DB: hue angle of 176.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1DB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 225 219 -
CMYK 0.52 0 0.03 0.12
HSL 176.95º 0.66% 0.65% -
HSV(B) 176.95º 0.52% 0.88% -
XYZ 45.77 62.09 76.59 -
YUV 189.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 107 225 219 0.52 0 0.03 0.12 176.95 0.66 0.65
Hex 6B E1 DB 34 0 3 C B1 42 41
Octal 153 341 333 64 0 3 14 261 102 101
Binary 1101011 11100001 11011011 110100 0 11 1100 10110001 1000010 1000001

Color Harmonies of #6BE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE1DB

Black with #6BE1DB

Text Example


Text Example

White with #6BE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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