Html Css Color HEX #6CEBDD Turquoise Blue

📋 copy color: '#6CEBDD'

red 108 ◦ green 235 ◦ blue 221

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

Shades of Turquoise Blue #6CEBDD

Tints of Turquoise Blue #6CEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 19.15%
G = 41.67%
B = 39.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6CEBDD (or 0x6CEBDD) is known color: Turquoise Blue. HEX triplet: 6C, EB and DD. RGB value is (108,235,221). Sum of RGB (Red+Green+Blue) = 108+235+221=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBDD is #931422. Grayscale: #C3C3C3. Windows color (decimal): -9638947 or 14543724. OLE color: 14543724.

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

Color convert

RGB 108 235 221 -
CMYK 0.54 0 0.06 0.08
HSL 173.39º 0.76% 0.67% -
HSV(B) 173.39º 0.54% 0.92% -
XYZ 48.94 67.83 78.92 -
YUV 195.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 108 235 221 0.54 0 0.06 0.08 173.39 0.76 0.67
Hex 6C EB DD 36 0 6 8 AD 4C 43
Octal 154 353 335 66 0 6 10 255 114 103
Binary 1101100 11101011 11011101 110110 0 110 1000 10101101 1001100 1000011

Color Harmonies of #6CEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBDD

Black with #6CEBDD

Text Example


Text Example

White with #6CEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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