Html Css Color HEX #6BEAD6 Turquoise Blue

📋 copy color: '#6BEAD6'

red 107 ◦ green 234 ◦ blue 214

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

Shades of Turquoise Blue #6BEAD6

Tints of Turquoise Blue #6BEAD6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 214 (83.98% from 255) = 38.56%

R = 19.28%
G = 42.16%
B = 38.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#6BEAD6 (or 0x6BEAD6) is known color: Turquoise Blue. HEX triplet: 6B, EA and D6. RGB value is (107,234,214). Sum of RGB (Red+Green+Blue) = 107+234+214=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAD6 is #941529. Grayscale: #C1C1C1. Windows color (decimal): -9704746 or 14084715. OLE color: 14084715.

HSL color Cylindrical-coordinate representation of color #6BEAD6: hue angle of 170.55º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAD6 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 214 -
CMYK 0.54 0 0.09 0.08
HSL 170.55º 0.75% 0.67% -
HSV(B) 170.55º 0.54% 0.92% -
XYZ 47.62 66.83 74.01 -
YUV 193.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 107 234 214 0.54 0 0.09 0.08 170.55 0.75 0.67
Hex 6B EA D6 36 0 9 8 AB 4B 43
Octal 153 352 326 66 0 11 10 253 113 103
Binary 1101011 11101010 11010110 110110 0 1001 1000 10101011 1001011 1000011

Color Harmonies of #6BEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAD6

Black with #6BEAD6

Text Example


Text Example

White with #6BEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,234,214); }

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

background-color css

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

 a { background-color: rgb(107,234,214); }

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

border-color css

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

 span { border-color: rgb(107,234,214); }

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