Html Css Color HEX #6BE8DA Turquoise Blue

📋 copy color: '#6BE8DA'

red 107 ◦ green 232 ◦ blue 218

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

Shades of Turquoise Blue #6BE8DA

Tints of Turquoise Blue #6BE8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 19.21%
G = 41.65%
B = 39.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#6BE8DA (or 0x6BE8DA) is known color: Turquoise Blue. HEX triplet: 6B, E8 and DA. RGB value is (107,232,218). Sum of RGB (Red+Green+Blue) = 107+232+218=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8DA is #941725. Grayscale: #C0C0C0. Windows color (decimal): -9705254 or 14346347. OLE color: 14346347.

HSL color Cylindrical-coordinate representation of color #6BE8DA: hue angle of 173.28º 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 #6BE8DA is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 218 -
CMYK 0.54 0 0.06 0.09
HSL 173.28º 0.73% 0.66% -
HSV(B) 173.28º 0.54% 0.91% -
XYZ 47.57 65.9 76.54 -
YUV 193.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 107 232 218 0.54 0 0.06 0.09 173.28 0.73 0.66
Hex 6B E8 DA 36 0 6 9 AD 49 42
Octal 153 350 332 66 0 6 11 255 111 102
Binary 1101011 11101000 11011010 110110 0 110 1001 10101101 1001001 1000010

Color Harmonies of #6BE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8DA

Black with #6BE8DA

Text Example


Text Example

White with #6BE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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