Html Css Color HEX #6BEEDB Turquoise Blue

📋 copy color: '#6BEEDB'

red 107 ◦ green 238 ◦ blue 219

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

Shades of Turquoise Blue #6BEEDB

Tints of Turquoise Blue #6BEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

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

R = 18.97%
G = 42.2%
B = 38.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6BEEDB (or 0x6BEEDB) is known color: Turquoise Blue. HEX triplet: 6B, EE and DB. RGB value is (107,238,219). Sum of RGB (Red+Green+Blue) = 107+238+219=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEDB is #941124. Grayscale: #C4C4C4. Windows color (decimal): -9703717 or 14413419. OLE color: 14413419.

HSL color Cylindrical-coordinate representation of color #6BEEDB: hue angle of 171.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEDB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 238 219 -
CMYK 0.55 0 0.08 0.07
HSL 171.3º 0.79% 0.68% -
HSV(B) 171.3º 0.55% 0.93% -
XYZ 49.42 69.39 77.81 -
YUV 196.67 140.6 64.04 -
System Red Green Blue C M Y K H S L
Decimal 107 238 219 0.55 0 0.08 0.07 171.3 0.79 0.68
Hex 6B EE DB 37 0 8 7 AB 4F 44
Octal 153 356 333 67 0 10 7 253 117 104
Binary 1101011 11101110 11011011 110111 0 1000 111 10101011 1001111 1000100

Color Harmonies of #6BEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEDB

Black with #6BEEDB

Text Example


Text Example

White with #6BEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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