Html Css Color HEX #6BE8D7 Turquoise Blue

📋 copy color: '#6BE8D7'

red 107 ◦ green 232 ◦ blue 215

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

Shades of Turquoise Blue #6BE8D7

Tints of Turquoise Blue #6BE8D7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.88%

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 19.31%
G = 41.88%
B = 38.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#6BE8D7 (or 0x6BE8D7) is known color: Turquoise Blue. HEX triplet: 6B, E8 and D7. RGB value is (107,232,215). Sum of RGB (Red+Green+Blue) = 107+232+215=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8D7 is #941728. Grayscale: #C0C0C0. Windows color (decimal): -9705257 or 14149739. OLE color: 14149739.

HSL color Cylindrical-coordinate representation of color #6BE8D7: hue angle of 171.84º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8D7 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 215 -
CMYK 0.54 0 0.07 0.09
HSL 171.84º 0.73% 0.66% -
HSV(B) 171.84º 0.54% 0.91% -
XYZ 47.19 65.75 74.49 -
YUV 192.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 107 232 215 0.54 0 0.07 0.09 171.84 0.73 0.66
Hex 6B E8 D7 36 0 7 9 AC 49 42
Octal 153 350 327 66 0 7 11 254 111 102
Binary 1101011 11101000 11010111 110110 0 111 1001 10101100 1001001 1000010

Color Harmonies of #6BE8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8D7

Black with #6BE8D7

Text Example


Text Example

White with #6BE8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,232,215); }

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

background-color css

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

 a { background-color: rgb(107,232,215); }

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

border-color css

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

 span { border-color: rgb(107,232,215); }

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