Html Css Color HEX #6CEBD8 Turquoise Blue

📋 copy color: '#6CEBD8'

red 108 ◦ green 235 ◦ blue 216

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

Shades of Turquoise Blue #6CEBD8

Tints of Turquoise Blue #6CEBD8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

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

R = 19.32%
G = 42.04%
B = 38.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#6CEBD8 (or 0x6CEBD8) is known color: Turquoise Blue. HEX triplet: 6C, EB and D8. RGB value is (108,235,216). Sum of RGB (Red+Green+Blue) = 108+235+216=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBD8 is #931427. Grayscale: #C2C2C2. Windows color (decimal): -9638952 or 14216044. OLE color: 14216044.

HSL color Cylindrical-coordinate representation of color #6CEBD8: hue angle of 171.02º degrees, saturation: 0.76, 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 #6CEBD8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 235 216 -
CMYK 0.54 0 0.08 0.08
HSL 171.02º 0.76% 0.67% -
HSV(B) 171.02º 0.54% 0.92% -
XYZ 48.29 67.56 75.46 -
YUV 194.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 108 235 216 0.54 0 0.08 0.08 171.02 0.76 0.67
Hex 6C EB D8 36 0 8 8 AB 4C 43
Octal 154 353 330 66 0 10 10 253 114 103
Binary 1101100 11101011 11011000 110110 0 1000 1000 10101011 1001100 1000011

Color Harmonies of #6CEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBD8

Black with #6CEBD8

Text Example


Text Example

White with #6CEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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