Html Css Color HEX #6CE6D8 Turquoise Blue

📋 copy color: '#6CE6D8'

red 108 ◦ green 230 ◦ blue 216

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

Shades of Turquoise Blue #6CE6D8

Tints of Turquoise Blue #6CE6D8

RGB

 RED value IS 108 (42.58% from 255) = 19.49%

 GREEN value IS 230 (90.23% from 255) = 41.52%

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 19.49%
G = 41.52%
B = 38.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#6CE6D8 (or 0x6CE6D8) is known color: Turquoise Blue. HEX triplet: 6C, E6 and D8. RGB value is (108,230,216). Sum of RGB (Red+Green+Blue) = 108+230+216=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6D8 is #931927. Grayscale: #BFBFBF. Windows color (decimal): -9640232 or 14214764. OLE color: 14214764.

HSL color Cylindrical-coordinate representation of color #6CE6D8: hue angle of 173.11º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE6D8 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 108 230 216 -
CMYK 0.53 0 0.06 0.10
HSL 173.11º 0.71% 0.66% -
HSV(B) 173.11º 0.53% 0.9% -
XYZ 46.88 64.74 74.99 -
YUV 191.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 108 230 216 0.53 0 0.06 0.10 173.11 0.71 0.66
Hex 6C E6 D8 35 0 6 A AD 47 42
Octal 154 346 330 65 0 6 12 255 107 102
Binary 1101100 11100110 11011000 110101 0 110 1010 10101101 1000111 1000010

Color Harmonies of #6CE6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE6D8

Black with #6CE6D8

Text Example


Text Example

White with #6CE6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,230,216); }

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

background-color css

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

 a { background-color: rgb(108,230,216); }

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

border-color css

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

 span { border-color: rgb(108,230,216); }

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