Html Css Color HEX #6FD3DC Turquoise Blue

📋 copy color: '#6FD3DC'

red 111 ◦ green 211 ◦ blue 220

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

Shades of Turquoise Blue #6FD3DC

Tints of Turquoise Blue #6FD3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.93%

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

R = 20.48%
G = 38.93%
B = 40.59%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FD3DC (or 0x6FD3DC) is known color: Turquoise Blue. HEX triplet: 6F, D3 and DC. RGB value is (111,211,220). Sum of RGB (Red+Green+Blue) = 111+211+220=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FD3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3DC is #902C23. Grayscale: #B5B5B5. Windows color (decimal): -9448484 or 14472047. OLE color: 14472047.

HSL color Cylindrical-coordinate representation of color #6FD3DC: hue angle of 184.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD3DC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 211 220 -
CMYK 0.50 0.04 0 0.14
HSL 184.95º 0.61% 0.65% -
HSV(B) 184.95º 0.5% 0.86% -
XYZ 42.77 55.14 76.1 -
YUV 182.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 111 211 220 0.50 0.04 0 0.14 184.95 0.61 0.65
Hex 6F D3 DC 32 4 0 E B9 3D 41
Octal 157 323 334 62 4 0 16 271 75 101
Binary 1101111 11010011 11011100 110010 100 0 1110 10111001 111101 1000001

Color Harmonies of #6FD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD3DC

Black with #6FD3DC

Text Example


Text Example

White with #6FD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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