Html Css Color HEX #6FE6DC Turquoise Blue

📋 copy color: '#6FE6DC'

red 111 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #6FE6DC

Tints of Turquoise Blue #6FE6DC

RGB

 RED value IS 111 (43.75% from 255) = 19.79%

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 19.79%
G = 41%
B = 39.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#6FE6DC (or 0x6FE6DC) is known color: Turquoise Blue. HEX triplet: 6F, E6 and DC. RGB value is (111,230,220). Sum of RGB (Red+Green+Blue) = 111+230+220=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6DC is #901923. Grayscale: #C1C1C1. Windows color (decimal): -9443620 or 14476911. OLE color: 14476911.

HSL color Cylindrical-coordinate representation of color #6FE6DC: hue angle of 174.96º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6DC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 230 220 -
CMYK 0.52 0 0.04 0.10
HSL 174.96º 0.7% 0.67% -
HSV(B) 174.96º 0.52% 0.9% -
XYZ 47.77 65.14 77.77 -
YUV 193.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 111 230 220 0.52 0 0.04 0.10 174.96 0.7 0.67
Hex 6F E6 DC 34 0 4 A AF 46 43
Octal 157 346 334 64 0 4 12 257 106 103
Binary 1101111 11100110 11011100 110100 0 100 1010 10101111 1000110 1000011

Color Harmonies of #6FE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE6DC

Black with #6FE6DC

Text Example


Text Example

White with #6FE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,230,220); }

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

background-color css

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

 a { background-color: rgb(111,230,220); }

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

border-color css

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

 span { border-color: rgb(111,230,220); }

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